public abstract class FileTree extends Object implements ComputeResult
Constructor and Description |
---|
FileTree() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableMap<Path,FileTree> |
getChildren()
File trees of all subfolders recursively
|
abstract DirectoryList |
getDirectoryList()
List of files, folders and symlinks in the desired directory
|
abstract Path |
getPath()
Relative path to this instance from some root, usually cell root
|
public abstract Path getPath()
public abstract DirectoryList getDirectoryList()