Package | Description |
---|---|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
com.google.gwt.user.linker.rpc |
Classes used to provide information about RPC for a GWT application.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryEmittedArtifact
A thinned down version of some
EmittedArtifact . |
class |
GeneratedResource
A resource created by a Generator invoking
GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)
during the compilation process. |
class |
PublicResource
A resource in the module's public path.
|
class |
SyntheticArtifact
Artifacts created by
AbstractLinker . |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<EmittedArtifact> |
EmittedArtifact.getComparableArtifactType() |
Modifier and Type | Method and Description |
---|---|
protected int |
EmittedArtifact.compareToComparableArtifact(EmittedArtifact o) |
Modifier and Type | Class and Description |
---|---|
static class |
SymbolMapsLinker.SourceMapArtifact
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.
|
Modifier and Type | Method and Description |
---|---|
protected EmittedArtifact |
SingleScriptLinker.emitSelectionScript(TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts) |
protected EmittedArtifact |
D8ScriptLinker.emitSelectionScript(TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts) |
Modifier and Type | Method and Description |
---|---|
EmittedArtifact |
RpcPolicyFileArtifact.getEmittedArtifact() |
Constructor and Description |
---|
RpcPolicyFileArtifact(java.lang.String proxyClass,
EmittedArtifact artifact) |