public class GaeBasicContainer extends RdfSourceImpl implements BasicContainer
body, contentLocation, contentType, type| Constructor and Description |
|---|
GaeBasicContainer(String contentLocation,
String contentType,
ResourceType type,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ResourceFile member) |
BasicContainer |
asBasicContainer() |
Container |
asContainer() |
Iterable<String> |
getMemberIds() |
boolean |
isBasicContainer() |
boolean |
isContainer() |
void |
remove(String resourceId) |
asRdfSource, createGraph, getGraph, isRdfSource, setGraphgetContentLocation, getContentType, getEntityBody, getEntityBodyText, getType, setEntityBody, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateGraph, getGraph, setGraphasRdfSource, getContentLocation, getContentType, getEntityBody, getEntityBodyText, getType, isRdfSource, setEntityBody, setTypepublic GaeBasicContainer(String contentLocation, String contentType, ResourceType type, byte[] body)
public Iterable<String> getMemberIds()
getMemberIds in interface Containerpublic void remove(String resourceId) throws IOException, LdpException
remove in interface ContainerIOExceptionLdpExceptionpublic void add(ResourceFile member) throws IOException, LdpException
add in interface ContainerIOExceptionLdpExceptionpublic boolean isContainer()
isContainer in interface ResourceFileisContainer in class ResourceFileImplpublic Container asContainer()
asContainer in interface ResourceFileasContainer in class ResourceFileImplpublic boolean isBasicContainer()
isBasicContainer in interface ResourceFileisBasicContainer in class ResourceFileImplpublic BasicContainer asBasicContainer()
asBasicContainer in interface ResourceFileasBasicContainer in class ResourceFileImplCopyright © 2017. All rights reserved.