public interface GeneratedUnit
Modifier and Type | Method and Description |
---|---|
long |
creationTime() |
String |
getSource() |
String |
getSourceMapPath()
Returns the path to this resource as it should appear in a source map.
|
long |
getSourceToken()
Returns the source code as a token for
DiskCache#INSTANCE , or -1 if
the source is not cached. |
String |
getStrongHash() |
String |
getTypeName()
Returns the type source name.
|
String |
optionalFileLocation()
If the generated file was saved to a directory using the -gen option, returns the file's
location on disk.
|
long creationTime()
String getSource()
String getSourceMapPath()
long getSourceToken()
DiskCache#INSTANCE
, or -1 if
the source is not cached.String getStrongHash()
String getTypeName()
String optionalFileLocation()
Copyright © 2018. All rights reserved.