public interface LibraryImplementation2 extends LibraryImplementation
PROP_CONTENT, PROP_DESCRIPTION, PROP_NAME
Modifier and Type | Method and Description |
---|---|
List<URI> |
getURIContent(String volumeType)
Returns List of resources contained in the given volume.
|
void |
setURIContent(String volumeType,
List<URI> path)
Sets content of given volume
|
addPropertyChangeListener, getContent, getDescription, getLocalizingBundle, getName, getType, removePropertyChangeListener, setContent, setDescription, setLocalizingBundle, setName
List<URI> getURIContent(String volumeType) throws IllegalArgumentException
volumeType
- the type of volume for which the content should be returned.IllegalArgumentException
- if the library does not support given type of volumevoid setURIContent(String volumeType, List<URI> path) throws IllegalArgumentException
volumeType
- the type of volume for which the content should be setpath
- the list of resource URIsIllegalArgumentException
- if the library does not support given volumeType