public interface DirectoryService
Modifier and Type | Method and Description |
---|---|
Directory[] |
getChildren(Directory directory)
Get the children of a directory.
|
Directory |
getRoot()
Get the root directory.
|
Directory getRoot()
Directory[] getChildren(Directory directory) throws DirectoryServiceException
directory
- directory to get children forDirectoryServiceException
Copyright © 2018. All rights reserved.