|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.ext.linker.Artifact<EmittedArtifact>
com.google.gwt.core.ext.linker.EmittedArtifact
com.google.gwt.core.ext.linker.SyntheticArtifact
public class SyntheticArtifact
Artifacts created by AbstractLinker
.
Method Summary | |
---|---|
java.io.InputStream |
getContents(TreeLogger logger)
Provides access to the contents of the EmittedResource. |
long |
getLastModified()
Returns the time, measured in milliseconds from the epoch, at which the Artifact was last modified. |
Methods inherited from class com.google.gwt.core.ext.linker.EmittedArtifact |
---|
compareToComparableArtifact, getComparableArtifactType, getPartialPath, hashCode, isPrivate, setPrivate, toString |
Methods inherited from class com.google.gwt.core.ext.linker.Artifact |
---|
compareTo, equals, getLinker |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.io.InputStream getContents(TreeLogger logger) throws UnableToCompleteException
EmittedArtifact
getContents
in class EmittedArtifact
UnableToCompleteException
public long getLastModified()
EmittedArtifact
The default implementation always returns the current time. Subclasses should override this method to provide a type-appropriate value.
getLastModified
in class EmittedArtifact
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |