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() |
Directory getDirectory(String name) throws DirectoryException
name
- the name of the directoryDirectoryException
List<Directory> getDirectories() throws DirectoryException
DirectoryException
void shutdown() throws DirectoryException
DirectoryException
Copyright © 2015 Nuxeo SA. All rights reserved.