Package com.google.gwt.core.ext.linker
Class BinaryEmittedArtifact
java.lang.Object
com.google.gwt.core.ext.linker.Artifact<EmittedArtifact>
com.google.gwt.core.ext.linker.EmittedArtifact
com.google.gwt.core.ext.linker.BinaryEmittedArtifact
- All Implemented Interfaces:
Serializable
,Comparable<Artifact<?>>
A thinned down version of some EmittedArtifact
. Only its essentials,
including name and contents, are available.
This class should only be extended within the GWT implementation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
EmittedArtifact.Visibility
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.gwt.core.ext.linker.EmittedArtifact
compareToComparableArtifact, getComparableArtifactType, getContents, getPartialPath, getVisibility, hashCode, setVisibility, toString, writeTo
Methods inherited from class com.google.gwt.core.ext.linker.Artifact
compareTo, equals, getLinker, isTransferableFromShards
-
Constructor Details
-
BinaryEmittedArtifact
-
-
Method Details
-
getLastModified
public abstract long getLastModified()Force subclasses to define.- Overrides:
getLastModified
in classEmittedArtifact
- Returns:
- the time at which the Artifact was last modified
-