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 directoryDirectoryExceptionList<Directory> getDirectories() throws DirectoryException
DirectoryExceptionvoid shutdown()
throws DirectoryException
DirectoryExceptionCopyright © 2015 Nuxeo SA. All rights reserved.