public abstract class DirectoryList extends Object implements ComputeResult
Constructor and Description |
---|
DirectoryList() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableSortedSet<Path> |
getDirectories() |
abstract com.google.common.collect.ImmutableSortedSet<Path> |
getFiles() |
abstract com.google.common.collect.ImmutableSortedSet<Path> |
getSymlinks() |