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 TypeMethodDescriptionvoidDelegatingGeneratorContext.commitArtifact(TreeLogger logger, Artifact<?> artifact) voidGeneratorContext.commitArtifact(TreeLogger logger, Artifact<?> artifact) Add an Artifact to theArtifactSetthat will be presented to theLinkerchain at the end of the compilation cycle.voidStubGeneratorContext.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 TypeClassDescriptionclassA base type for all artifacts relating to the link process.Subclasses of Artifact in com.google.gwt.core.ext.linkerModifier and TypeClassDescriptionclassA thinned down version of someEmittedArtifact.classCaptures some metrics from the compile permutations step of the build.classRepresents a unique compilation of the module.classA delegate forCompilationResultintended for third party linkers that want to modify a compilation result.classAn artifact that will be emitted into the output.classA resource created by a Generator invokingGeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)during the compilation process.classCaptures some metrics from the module load and initial type oracle compile step.classCaptures some metrics from the precompilation step.classA resource in the module's public path.classAn external script file referenced in the module manifest.classAn external stylesheet referenced in the module manifest.classArtifacts 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 TypeMethodDescriptionbooleanfinal intbooleanPossibly replace an existing Artifact.Method parameters in com.google.gwt.core.ext.linker with type arguments of type ArtifactModifier and TypeMethodDescriptionbooleanArtifactSet.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 classArtifact to record insertions or deletions made to Javascript fragments.static classArtifact 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 TypeClassDescriptionclassThis artifact holds a log of the reasoning for which types are considered serializable for a particular RPC interface.classThis artifact provides information about which proxy classes resulted in which rpc proxy files.