Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.impl | |
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.javac | |
com.google.gwt.dev.javac.testing.impl | |
com.google.gwt.dev.resource.impl |
Modifier and Type | Method and Description |
---|---|
ResourceOracle |
DelegatingGeneratorContext.getResourcesOracle() |
ResourceOracle |
GeneratorContext.getResourcesOracle()
Returns a resource oracle containing all resources that are mapped into the
module's source (or super-source) paths.
|
ResourceOracle |
StubGeneratorContext.getResourcesOracle() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
ResourceLocatorImpl.tryFindResourceAsStream(TreeLogger logger,
ResourceOracle resourceOracle,
String resourceName)
Returns an InputStream for the given resource as found in the ResourceOracle.
|
static URL |
ResourceLocatorImpl.tryFindResourceUrl(TreeLogger logger,
ResourceOracle resourceOracle,
String resourceName)
Returns a URL for the given resource as found in the ResourceOracle.
|
Constructor and Description |
---|
StandardLinkerContext(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
JsOutputOption outputOption) |
Modifier and Type | Method and Description |
---|---|
ResourceOracle |
CompilerContext.getBuildResourceOracle() |
ResourceOracle |
CompilerContext.getPublicResourceOracle() |
ResourceOracle |
CompilerContext.getSourceResourceOracle() |
Modifier and Type | Method and Description |
---|---|
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<PersistenceBackedObject<PermutationResult>> resultFiles,
Set<PermutationResult> libraries,
PrecompileTaskOptions precompileOptions,
Link.LinkOptions linkOptions) |
static void |
Link.linkOnePermutationToJar(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
ArtifactSet generatedArtifacts,
PermutationResult permResult,
File jarFile,
PrecompileTaskOptions precompileOptions)
This link operation is performed on a CompilePerms shard for one
permutation.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedResourceOracle
Combines multiple resource oracles into a single queryable oracle.
Useful when the resource oracles being combined are very different in nature. |
class |
LibraryGroupBuildResourceOracle
A
ResourceOracle for finding build resources in a library group. |
class |
LibraryGroupPublicResourceOracle
A
ResourceOracle for finding public resources in a library group. |
Modifier and Type | Method and Description |
---|---|
ResourceOracle |
ModuleDef.getBuildResourceOracle() |
ResourceOracle |
ModuleDef.getSourceResourceOracle() |
Constructor and Description |
---|
CombinedResourceOracle(ResourceOracle... resourceOracles) |
Modifier and Type | Method and Description |
---|---|
ResourceOracle |
StandardGeneratorContext.getResourcesOracle() |
Modifier and Type | Class and Description |
---|---|
class |
MockResourceOracle
A simple ResourceOracle for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceOracle
A helper base class for
ResourceOracle implementations. |
class |
ResourceOracleImpl
The normal implementation of
ResourceOracle . |
Copyright © 2018. All rights reserved.