public interface DirectoryFactory
Modifier and Type | Method and Description |
---|---|
List<Directory> |
getDirectories() |
Directory |
getDirectory(String name)
Returns the directory with the given name.
|
String |
getName() |
void |
shutdown() |
String getName()
Directory getDirectory(String name) throws DirectoryException
name
- the name of the directoryDirectoryException
List<Directory> getDirectories() throws DirectoryException
DirectoryException
void shutdown() throws DirectoryException
DirectoryException
Copyright © 2011 Nuxeo SA. All Rights Reserved.