| Constructor and Description |
|---|
MockResource(ResourcePath path,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
ByteSource |
getBytes() |
long |
getLastModified() |
ResourcePath |
getPath() |
long |
getSize() |
void |
setLastModified(long lastModified) |
public MockResource(ResourcePath path, byte[] bytes)
public ResourcePath getPath()
public long getLastModified()
getLastModified in interface Resourcepublic void setLastModified(long lastModified)
public ByteSource getBytes()