Package com.google.gwt.core.ext.linker
Class GeneratedResource
java.lang.Object
com.google.gwt.core.ext.linker.Artifact<EmittedArtifact>
com.google.gwt.core.ext.linker.EmittedArtifact
com.google.gwt.core.ext.linker.GeneratedResource
- All Implemented Interfaces:
Serializable
,Comparable<Artifact<?>>
A resource created by a Generator invoking
GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)
during the compilation process.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
EmittedArtifact.Visibility
-
Constructor Summary
ModifierConstructorDescriptionprotected
GeneratedResource
(Class<? extends Linker> linkerType, String partialPath) -
Method Summary
Methods inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
compareToComparableArtifact, getComparableArtifactType, getContents, getLastModified, getPartialPath, getVisibility, hashCode, setVisibility, toString, writeTo
Methods inherited from class com.google.gwt.core.ext.linker.Artifact
compareTo, equals, getLinker, isTransferableFromShards
-
Constructor Details
-
GeneratedResource
-