public interface DirectoryPathFactory
Interface of object in charge of creating new DirectoryPath.
| Modifier and Type | Method and Description |
|---|---|
DirectoryPath |
create(String path)
Creates a directory path without any parent (root direcrory).
|
DirectoryPath create(String path)
Creates a directory path without any parent (root direcrory).
path - the string representation of this directoryCopyright © 2012-2015. All Rights Reserved.