| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.repository.file.FileContentEntityorg.jfree.repository.file.FileContentLocationConstructor Summary | |
| |
| |
Method Summary | |
ContentItem |
|
ContentLocation |
|
boolean |
|
ContentEntity |
|
ContentEntity[] | |
Methods inherited from class org.jfree.repository.file.FileContentEntity | |
delete, getAttribute, getBackend, getContentId, getName, getParent, getRepository, setAttribute | |
public ContentItem createItem(String name) throws ContentCreationException
Creates a new data item in the current location. This method must never return null.
- Specified by:
- createItem in interface ContentLocation
- Parameters:
name-
- Returns:
- Throws:
ContentCreationException- if the item could not be created.
public ContentLocation createLocation(String name) throws ContentCreationException
- Specified by:
- createLocation in interface ContentLocation
public ContentEntity getEntry(String name) throws ContentIOException
- Specified by:
- getEntry in interface ContentLocation
public ContentEntity[] listContents() throws ContentIOException
- Specified by:
- listContents in interface ContentLocation