public interface IResource
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Get resource content.
|
long |
getLastModified()
Get last modified date for resource.
|
java.lang.String |
getPath()
Get unique resource path.
|
ResourceType |
getResourceType()
Get type of resource.
|
java.lang.String getPath()
ResourceType getResourceType()
byte[] getContent()
long getLastModified()