Class BinaryEmittedArtifact

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • BinaryEmittedArtifact

      protected BinaryEmittedArtifact(String partialPath)
  • Method Details

    • getLastModified

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