public abstract class UnconfiguredSourcePath extends Object
SourcePath
but when configuration is not yet
available.Modifier and Type | Class and Description |
---|---|
static class |
UnconfiguredSourcePath.BuildTarget
UnconfiguredBuildTargetWithOutputs variant of source path. |
static interface |
UnconfiguredSourcePath.Matcher<R>
Callback for
match(Matcher) operation. |
static class |
UnconfiguredSourcePath.Path
CellRelativePath variant of source path. |
Modifier and Type | Method and Description |
---|---|
abstract <R> R |
match(UnconfiguredSourcePath.Matcher<R> matcher)
Type-safe switch between source path variants (@link
UnconfiguredSourcePath
subclasses). |
public abstract <R> R match(UnconfiguredSourcePath.Matcher<R> matcher)
UnconfiguredSourcePath
subclasses).