Class BinaryEmittedArtifact

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Artifact<?>>

    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.

    See Also:
    Serialized Form
    • Constructor Detail

      • BinaryEmittedArtifact

        protected BinaryEmittedArtifact​(java.lang.String partialPath)
    • Method Detail

      • getLastModified

        public abstract long getLastModified()
        Force subclasses to define.
        Overrides:
        getLastModified in class EmittedArtifact
        Returns:
        the time at which the Artifact was last modified