org.jfree.repository.dummy
public class DummyContentLocation extends Object implements ContentLocation
| Constructor Summary | |
|---|---|
| DummyContentLocation(ContentLocation parent, String name) | |
| DummyContentLocation(Repository repository, String name) | |
| Method Summary | |
|---|---|
| ContentItem | createItem(String name) |
| 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) |