public static class UnconfiguredSourcePath.Path extends UnconfiguredSourcePath
CellRelativePath
variant of source path.UnconfiguredSourcePath.BuildTarget, UnconfiguredSourcePath.Matcher<R>, UnconfiguredSourcePath.Path
Constructor and Description |
---|
Path(CellRelativePath path) |
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 Path(CellRelativePath path)
public <R> R match(UnconfiguredSourcePath.Matcher<R> matcher)
UnconfiguredSourcePath
UnconfiguredSourcePath
subclasses).match
in class UnconfiguredSourcePath