|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Source
Abstract interface to a source file.
Method Summary | |
---|---|
boolean |
exists()
Determines whether the given source exists. |
long |
getLastModified()
Returns the last-modified timestamp for this source, using the same units as Date.getTime() . |
java.lang.String |
getName()
Gets the name of this source. |
java.io.Reader |
getSourceReader()
Gets a reader for the dart file's source code. |
java.net.URI |
getUri()
Gets the identifier for this source. |
Method Detail |
---|
boolean exists()
long getLastModified()
Date.getTime()
.
java.lang.String getName()
java.io.Reader getSourceReader() throws java.io.IOException
java.io.IOException
java.net.URI getUri()
getSourceReader()
to obtain the source content.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |