Uses of Class
com.google.gwt.core.ext.linker.EmittedArtifact
Package
Description
Classes for writing Linkers.
A package containing implementations of the GWT bootstrap linkers.
Classes used to provide information about RPC for a GWT application.
-
Uses of EmittedArtifact in com.google.gwt.core.ext.linker
Modifier and TypeClassDescriptionclass
A thinned down version of someEmittedArtifact
.class
A resource created by a Generator invokingGeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)
during the compilation process.class
A resource in the module's public path.class
Artifacts created byAbstractLinker
.Modifier and TypeMethodDescriptionprotected final Class
<EmittedArtifact> EmittedArtifact.getComparableArtifactType()
Modifier and TypeMethodDescriptionprotected final int
EmittedArtifact.compareToComparableArtifact
(EmittedArtifact o) -
Uses of EmittedArtifact in com.google.gwt.core.linker
Modifier and TypeClassDescriptionstatic class
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.Modifier and TypeMethodDescriptionprotected 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