public abstract class BuildPackagePathToBuildFileManifestKey extends Object implements ComputeKey<BuildFileManifest>
Modifier and Type | Field and Description |
---|---|
static ComputationIdentifier<BuildFileManifest> |
IDENTIFIER |
Constructor and Description |
---|
BuildPackagePathToBuildFileManifestKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
check() |
ComputationIdentifier<BuildFileManifest> |
getIdentifier() |
abstract Path |
getPath()
Path of the root of the package to parse, relative to some root (usually cell root).
|
static BuildPackagePathToBuildFileManifestKey |
of(Path path) |
public static final ComputationIdentifier<BuildFileManifest> IDENTIFIER
public BuildPackagePathToBuildFileManifestKey()
public abstract Path getPath()
@Value.Check protected void check()
public ComputationIdentifier<BuildFileManifest> getIdentifier()
getIdentifier
in interface ComputeKey<BuildFileManifest>
ComputationIdentifier
to the same GraphComputation
.public static BuildPackagePathToBuildFileManifestKey of(Path path)