Class EmittedArtifact

java.lang.Object
com.google.gwt.core.ext.linker.Artifact<EmittedArtifact>
com.google.gwt.core.ext.linker.EmittedArtifact
All Implemented Interfaces:
Serializable, Comparable<Artifact<?>>
Direct Known Subclasses:
BinaryEmittedArtifact, GeneratedResource, PublicResource, SyntheticArtifact

public abstract class EmittedArtifact extends Artifact<EmittedArtifact>
An artifact that will be emitted into the output. All EmittedArtifacts contained in the ArtifactSet at the end of the Linking process will be emitted by the compiler into the module's output directory. This type may be extended by Linker providers to provide alternative implementations of getContents(TreeLogger). TODO(bobv): provide a timestamp so we can make the time on output files match that of input files?
See Also: