Uses of Class
com.google.gwt.core.ext.linker.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
Modifier 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
Modifier and TypeClassDescriptionclass
A base type for all artifacts relating to the link process.Modifier 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
.Modifier and TypeMethodDescriptionFind all Artifacts assignable to some base type.Modifier and TypeMethodDescriptionComparator
<? super Artifact<?>> ArtifactSet.comparator()
ArtifactSet.iterator()
Modifier and TypeMethodDescriptionboolean
final int
boolean
Possibly replace an existing Artifact.Modifier and TypeMethodDescriptionboolean
ArtifactSet.addAll
(Collection<? extends Artifact<?>> c) -
Uses of Artifact in com.google.gwt.core.linker
Modifier 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.Modifier 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
Modifier 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.