public abstract class BuildPackagePathToUnconfiguredTargetNodePackageKey extends Object implements ComputeKey<UnconfiguredTargetNodeWithDepsPackage>
UnconfiguredTargetNodeWithDepsPackage
from itModifier and Type | Field and Description |
---|---|
static ComputationIdentifier<UnconfiguredTargetNodeWithDepsPackage> |
IDENTIFIER |
Constructor and Description |
---|
BuildPackagePathToUnconfiguredTargetNodePackageKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
check() |
ComputationIdentifier<UnconfiguredTargetNodeWithDepsPackage> |
getIdentifier() |
abstract Path |
getPath()
A path to a package root directory, i.e.
|
static BuildPackagePathToUnconfiguredTargetNodePackageKey |
of(Path path) |
public static final ComputationIdentifier<UnconfiguredTargetNodeWithDepsPackage> IDENTIFIER
public BuildPackagePathToUnconfiguredTargetNodePackageKey()
public abstract Path getPath()
public static BuildPackagePathToUnconfiguredTargetNodePackageKey of(Path path)
@Value.Check protected void check()
public ComputationIdentifier<UnconfiguredTargetNodeWithDepsPackage> getIdentifier()
getIdentifier
in interface ComputeKey<UnconfiguredTargetNodeWithDepsPackage>
ComputationIdentifier
to the same GraphComputation
.