public static class UnconfiguredSourcePath.BuildTarget extends UnconfiguredSourcePath
UnconfiguredBuildTargetWithOutputs variant of source path.UnconfiguredSourcePath.BuildTarget, UnconfiguredSourcePath.Matcher<R>, UnconfiguredSourcePath.Path| Constructor and Description |
|---|
BuildTarget(UnconfiguredBuildTargetWithOutputs target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
<R> R |
match(UnconfiguredSourcePath.Matcher<R> matcher)
Type-safe switch between source path variants (@link
UnconfiguredSourcePath
subclasses). |
String |
toString() |
public BuildTarget(UnconfiguredBuildTargetWithOutputs target)
public <R> R match(UnconfiguredSourcePath.Matcher<R> matcher)
UnconfiguredSourcePathUnconfiguredSourcePath
subclasses).match in class UnconfiguredSourcePath