Class BinaryEmittedArtifact

java.lang.Object
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: