Uses of Class
com.google.gwt.core.ext.linker.Artifact
Packages that use Artifact
Package
Description
Classes used to extend the GWT compiler.
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 Artifact in com.google.gwt.core.ext
Methods in com.google.gwt.core.ext with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
DelegatingGeneratorContext.commitArtifact
(TreeLogger logger, Artifact<?> artifact) void
GeneratorContext.commitArtifact
(TreeLogger logger, Artifact<?> artifact) Add an Artifact to theArtifactSet
that will be presented to theLinker
chain at the end of the compilation cycle.void
StubGeneratorContext.commitArtifact
(TreeLogger logger, Artifact<?> artifact) -
Uses of Artifact in com.google.gwt.core.ext.linker
Classes in com.google.gwt.core.ext.linker with type parameters of type ArtifactModifier and TypeClassDescriptionclass
A base type for all artifacts relating to the link process.Subclasses of Artifact in com.google.gwt.core.ext.linkerModifier and TypeClassDescriptionclass
A thinned down version of someEmittedArtifact
.class
Captures some metrics from the compile permutations step of the build.class
Represents a unique compilation of the module.class
A delegate forCompilationResult
intended for third party linkers that want to modify a compilation result.class
An artifact that will be emitted into the output.class
A resource created by a Generator invokingGeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)
during the compilation process.class
Captures some metrics from the module load and initial type oracle compile step.class
Captures some metrics from the precompilation step.class
A resource in the module's public path.class
An external script file referenced in the module manifest.class
An external stylesheet referenced in the module manifest.class
Artifacts created byAbstractLinker
.Methods in com.google.gwt.core.ext.linker with type parameters of type ArtifactModifier and TypeMethodDescriptionFind all Artifacts assignable to some base type.Methods in com.google.gwt.core.ext.linker that return ArtifactMethods in com.google.gwt.core.ext.linker that return types with arguments of type ArtifactModifier and TypeMethodDescriptionComparator
<? super Artifact<?>> ArtifactSet.comparator()
ArtifactSet.iterator()
Methods in com.google.gwt.core.ext.linker with parameters of type ArtifactModifier and TypeMethodDescriptionboolean
final int
boolean
Possibly replace an existing Artifact.Method parameters in com.google.gwt.core.ext.linker with type arguments of type ArtifactModifier and TypeMethodDescriptionboolean
ArtifactSet.addAll
(Collection<? extends Artifact<?>> c) Constructor parameters in com.google.gwt.core.ext.linker with type arguments of type Artifact -
Uses of Artifact in com.google.gwt.core.linker
Subclasses of Artifact in com.google.gwt.core.linkerModifier and TypeClassDescriptionstatic class
Artifact to record insertions or deletions made to Javascript fragments.static class
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.Methods in com.google.gwt.core.linker that return types with arguments of type ArtifactModifier and TypeMethodDescriptionprotected Collection
<Artifact<?>> D8ScriptLinker.doEmitCompilation
(TreeLogger logger, LinkerContext context, CompilationResult result, ArtifactSet artifacts) protected Collection
<Artifact<?>> SingleScriptLinker.doEmitCompilation
(TreeLogger logger, LinkerContext context, CompilationResult result, ArtifactSet artifacts) -
Uses of Artifact in com.google.gwt.user.linker.rpc
Subclasses of Artifact in com.google.gwt.user.linker.rpcModifier and TypeClassDescriptionclass
This artifact holds a log of the reasoning for which types are considered serializable for a particular RPC interface.class
This artifact provides information about which proxy classes resulted in which rpc proxy files.