Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.shell |
Modifier and Type | Method and Description |
---|---|
ArtifactSet |
StandardLinkerContext.getArtifactsForPublicResources(TreeLogger logger,
ModuleDef module)
Convert all static resources in the specified module to artifacts.
|
Constructor and Description |
---|
StandardLinkerContext(TreeLogger logger,
ModuleDef module,
JJSOptions jjsOptions) |
Modifier and Type | Method and Description |
---|---|
ModuleDef |
CompilerContext.getModule() |
protected ModuleDef |
DevMode.loadModule(TreeLogger logger,
String moduleName,
boolean refresh) |
protected ModuleDef |
DevModeBase.loadModule(TreeLogger logger,
String moduleName,
boolean refresh)
Load a module.
|
Modifier and Type | Method and Description |
---|---|
protected ShellModuleSpaceHost |
DevModeBase.doCreateShellModuleSpaceHost(TreeLogger logger,
CompilationState compilationState,
ModuleDef moduleDef)
Creates an instance of ShellModuleSpaceHost (or a derived class) using the
specified constituent parts.
|
protected StandardLinkerContext |
DevModeBase.link(TreeLogger logger,
ModuleDef module)
Perform an initial hosted mode link, without overwriting newer or
unmodified files in the output folder.
|
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<FileBackedObject<PermutationResult>> resultFiles,
JJSOptions precompileOptions,
Link.LinkOptions linkOptions) |
static void |
Link.linkOnePermutationToJar(TreeLogger logger,
ModuleDef module,
ArtifactSet generatedArtifacts,
PermutationResult permResult,
File jarFile,
PrecompileTaskOptions precompileOptions)
This link operation is performed on a CompilePerms shard for one
permutation.
|
CompilerContext.Builder |
CompilerContext.Builder.module(ModuleDef module) |
protected void |
DevMode.produceOutput(TreeLogger logger,
StandardLinkerContext linkerStack,
ArtifactSet artifacts,
ModuleDef module,
boolean isRelink) |
protected abstract void |
DevModeBase.produceOutput(TreeLogger logger,
StandardLinkerContext linkerStack,
ArtifactSet artifacts,
ModuleDef module,
boolean isRelink) |
boolean |
Compiler.run(TreeLogger logger,
ModuleDef... modules) |
Modifier and Type | Method and Description |
---|---|
static ModuleDef |
ModuleDefLoader.createSyntheticModule(TreeLogger logger,
CompilerContext compilerContext,
String moduleName,
String[] inherits,
boolean refresh)
Creates a module in memory that is not associated with a
.gwt.xml file on disk. |
static ModuleDef |
ModuleDefLoader.loadFromClassPath(TreeLogger logger,
CompilerContext compilerContext,
String moduleName)
Loads a new (assumed monolithic) module from the class path and defers scanning associated
directories for resources.
|
static ModuleDef |
ModuleDefLoader.loadFromClassPath(TreeLogger logger,
CompilerContext compilerContext,
String moduleName,
boolean refresh,
boolean monolithic)
Loads a new module from the class path and may or may not immediately scan associated
directories for resources or consider it monolithic, depending on parameters.
|
static ModuleDef |
ModuleDefLoader.loadFromClassPath(TreeLogger logger,
String moduleName,
boolean refresh)
Deprecated.
|
static ModuleDef |
ModuleDefLoader.loadFromResources(TreeLogger logger,
CompilerContext compilerContext,
String moduleName,
ResourceLoader resources,
boolean refresh,
boolean monolithic)
Loads a new module from the given ResourceLoader and may or may not immediately scan associated
directories for resources or consider it monolithic, depending on parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModuleDefLoader.load(TreeLogger logger,
String nameOfModuleToLoad,
ModuleDef dest)
Loads a module and all its included modules, recursively, into the given ModuleDef.
|
Constructor and Description |
---|
ModuleDefSchema(TreeLogger logger,
ModuleDefLoader loader,
String moduleName,
URL moduleURL,
String modulePackageAsPath,
ModuleDef toConfigure) |
Modifier and Type | Method and Description |
---|---|
File |
WorkDirs.getCompilerOutputDir(ModuleDef moduleDef)
Gets the compiler output directory for a particular module.
|
File |
WorkDirs.getShellPublicGenDir(ModuleDef moduleDef)
Gets the shell work directory for public generated files for a particular
module.
|
Constructor and Description |
---|
ShellModuleSpaceHost(TreeLogger logger,
CompilationState compilationState,
ModuleDef module,
File genDir,
ArtifactAcceptor artifactAcceptor,
RebindCache rebindCache) |
Copyright © 2018. All rights reserved.