| org.codehaus.janino.util.resource.Resource
All known Subclasses: org.codehaus.janino.util.resource.FileResource,
Method Summary | |
String | getFileName() Returns a decorative "file name" that can be used for reporting
errors and the like. | long | lastModified() Returns the time of the last modification, in milliseconds since
1970, or 0L if the time of the last modification cannot
be determined. | InputStream | open() Opens the resource. |
getFileName | String getFileName()(Code) | | Returns a decorative "file name" that can be used for reporting
errors and the like. It does not necessarily map to a file in the
local file system!
|
lastModified | long lastModified()(Code) | | Returns the time of the last modification, in milliseconds since
1970, or 0L if the time of the last modification cannot
be determined.
|
|
|