public interface ResourceFile
| Modifier and Type | Method and Description |
|---|---|
BasicContainer |
asBasicContainer() |
Container |
asContainer() |
RdfSource |
asRdfSource() |
String |
getContentLocation() |
String |
getContentType() |
byte[] |
getEntityBody() |
String |
getEntityBodyText() |
ResourceType |
getType() |
boolean |
isBasicContainer() |
boolean |
isContainer() |
boolean |
isRdfSource() |
void |
setEntityBody(byte[] body) |
void |
setType(ResourceType type) |
String getContentLocation()
String getContentType()
byte[] getEntityBody()
ResourceType getType()
void setType(ResourceType type)
void setEntityBody(byte[] body)
String getEntityBodyText()
boolean isRdfSource()
boolean isContainer()
boolean isBasicContainer()
RdfSource asRdfSource()
Container asContainer()
BasicContainer asBasicContainer()
Copyright © 2019. All rights reserved.