Uses of Class
com.google.gwt.core.ext.linker.EmittedArtifact
-
Packages that use EmittedArtifact 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. -
-
Uses of EmittedArtifact in com.google.gwt.core.ext.linker
Subclasses of EmittedArtifact in com.google.gwt.core.ext.linker Modifier and Type Class Description class
BinaryEmittedArtifact
A thinned down version of someEmittedArtifact
.class
GeneratedResource
A resource created by a Generator invokingGeneratorContext.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 byAbstractLinker
.Methods in com.google.gwt.core.ext.linker that return types with arguments of type EmittedArtifact Modifier and Type Method Description protected java.lang.Class<EmittedArtifact>
EmittedArtifact. getComparableArtifactType()
Methods in com.google.gwt.core.ext.linker with parameters of type EmittedArtifact Modifier and Type Method Description protected int
EmittedArtifact. compareToComparableArtifact(EmittedArtifact o)
-
Uses of EmittedArtifact in com.google.gwt.core.linker
Subclasses of EmittedArtifact in com.google.gwt.core.linker Modifier and Type Class Description static class
SymbolMapsLinker.SourceMapArtifact
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.Methods in com.google.gwt.core.linker that return EmittedArtifact Modifier and Type Method Description protected EmittedArtifact
D8ScriptLinker. emitSelectionScript(TreeLogger logger, LinkerContext context, ArtifactSet artifacts)
protected EmittedArtifact
SingleScriptLinker. emitSelectionScript(TreeLogger logger, LinkerContext context, ArtifactSet artifacts)
-
Uses of EmittedArtifact in com.google.gwt.user.linker.rpc
Methods in com.google.gwt.user.linker.rpc that return EmittedArtifact Modifier and Type Method Description EmittedArtifact
RpcPolicyFileArtifact. getEmittedArtifact()
Constructors in com.google.gwt.user.linker.rpc with parameters of type EmittedArtifact Constructor Description RpcPolicyFileArtifact(java.lang.String proxyClass, EmittedArtifact artifact)
-