| Constructor and Description |
|---|
Resource() |
| 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.
|
void |
setContent(byte[] content) |
void |
setLastModified(long lastModified) |
void |
setPath(java.lang.String path) |
void |
setResourceType(ResourceType resourceType) |
public java.lang.String getPath()
IResourcepublic void setPath(java.lang.String path)
public ResourceType getResourceType()
IResourcegetResourceType in interface IResourcepublic void setResourceType(ResourceType resourceType)
public byte[] getContent()
IResourcegetContent in interface IResourcepublic void setContent(byte[] content)
public long getLastModified()
IResourcegetLastModified in interface IResourcepublic void setLastModified(long lastModified)