public abstract class FileTreeKey extends Object implements ComputeKey<FileTree>
| Modifier and Type | Field and Description |
|---|---|
static ComputationIdentifier<FileTree> |
IDENTIFIER |
| Constructor and Description |
|---|
FileTreeKey() |
| Modifier and Type | Method and Description |
|---|---|
ComputationIdentifier<FileTree> |
getIdentifier() |
abstract Path |
getPath()
Path of the directory to generate a file tree for
|
static FileTreeKey |
of(Path path) |
public static final ComputationIdentifier<FileTree> IDENTIFIER
public abstract Path getPath()
public ComputationIdentifier<FileTree> getIdentifier()
getIdentifier in interface ComputeKey<FileTree>ComputationIdentifier to the same GraphComputation.public static FileTreeKey of(Path path)