public abstract class DirectoryListKey extends Object implements ComputeKey<DirectoryList>
| Modifier and Type | Field and Description |
|---|---|
static ComputationIdentifier<DirectoryList> |
IDENTIFIER |
| Constructor and Description |
|---|
DirectoryListKey() |
| Modifier and Type | Method and Description |
|---|---|
ComputationIdentifier<DirectoryList> |
getIdentifier() |
abstract Path |
getPath()
Path of the directory to list
|
static DirectoryListKey |
of(Path path) |
public static final ComputationIdentifier<DirectoryList> IDENTIFIER
public abstract Path getPath()
public ComputationIdentifier<DirectoryList> getIdentifier()
getIdentifier in interface ComputeKey<DirectoryList>ComputationIdentifier to the same GraphComputation.public static DirectoryListKey of(Path path)