org.jfree.repository
public interface ContentLocation extends ContentEntity
Method Summary | |
---|---|
ContentItem | createItem(String name)
Creates a new data item in the current location. |
ContentLocation | createLocation(String name) |
boolean | exists(String name) |
ContentEntity | getEntry(String name) |
ContentEntity[] | listContents() |
Parameters: name
Returns:
Throws: ContentCreationException if the item could not be created.