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 classBinaryEmittedArtifactA thinned down version of someEmittedArtifact.classGeneratedResourceA resource created by a Generator invokingGeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)during the compilation process.classPublicResourceA resource in the module's public path.classSyntheticArtifactArtifacts 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 intEmittedArtifact. 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 classSymbolMapsLinker.SourceMapArtifactArtifact 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 EmittedArtifactD8ScriptLinker. emitSelectionScript(TreeLogger logger, LinkerContext context, ArtifactSet artifacts)protected EmittedArtifactSingleScriptLinker. 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 EmittedArtifactRpcPolicyFileArtifact. getEmittedArtifact()Constructors in com.google.gwt.user.linker.rpc with parameters of type EmittedArtifact Constructor Description RpcPolicyFileArtifact(java.lang.String proxyClass, EmittedArtifact artifact)
-