org.jfree.repository.zipwriter
public class ZipContentLocation extends Object implements ContentLocation
Constructor Summary | |
---|---|
ZipContentLocation(ZipRepository repository, ContentLocation parent, String name) |
Method Summary | |
---|---|
ContentItem | createItem(String name)
Creates a new data item in the current location. |
ContentLocation | createLocation(String name) |
boolean | delete() |
boolean | exists(String name) |
Object | getAttribute(String domain, String key) |
Object | getContentId() |
ContentEntity | getEntry(String name) |
String | getName() |
ContentLocation | getParent() |
Repository | getRepository() |
ContentEntity[] | listContents() |
boolean | setAttribute(String domain, String key, Object value) |
Parameters: name
Returns:
Throws: org.jfree.repository.ContentCreationException if the item could not be created.