Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.repository.stream.StreamContentLocation
Constructor Summary | |
|
Method Summary | |
ContentItem |
|
ContentLocation |
|
boolean |
|
boolean |
|
Object |
|
Object | |
ContentEntity |
|
String |
|
ContentLocation | |
Repository | |
ContentEntity[] | |
boolean |
|
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 Object getAttribute(String domain, String key)
- Specified by:
- getAttribute in interface ContentEntity
public ContentEntity getEntry(String name) throws ContentIOException
- Specified by:
- getEntry in interface ContentLocation
public ContentEntity[] listContents() throws ContentIOException
- Specified by:
- listContents in interface ContentLocation
public boolean setAttribute(String domain, String key, Object value)
- Specified by:
- setAttribute in interface ContentEntity