public abstract class BinaryEmittedArtifact extends EmittedArtifact
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.
EmittedArtifact.Visibility
Modifier | Constructor and Description |
---|---|
protected |
BinaryEmittedArtifact(String partialPath) |
Modifier and Type | Method and Description |
---|---|
abstract long |
getLastModified()
Force subclasses to define.
|
compareToComparableArtifact, getComparableArtifactType, getContents, getPartialPath, getVisibility, hashCode, isPrivate, setPrivate, setVisibility, toString, writeTo
compareTo, equals, getLinker, isTransferableFromShards
protected BinaryEmittedArtifact(String partialPath)
public abstract long getLastModified()
getLastModified
in class EmittedArtifact
Copyright © 2018. All rights reserved.