public class BuildTargetMatcherTargetNodeParser extends BuildTargetMatcherParser<TargetNodeSpec>
TargetNodeSpec| Constructor and Description |
|---|
BuildTargetMatcherTargetNodeParser() |
| Modifier and Type | Method and Description |
|---|---|
TargetNodeSpec |
createForChildren(CellRelativePath cellRelativePath) |
TargetNodeSpec |
createForDescendants(CellRelativePath cellRelativePath) |
TargetNodeSpec |
createForSingleton(UnconfiguredBuildTargetWithOutputs targetWithOutputs) |
forVisibilityArgument, parsepublic TargetNodeSpec createForDescendants(CellRelativePath cellRelativePath)
createForDescendants in class BuildTargetMatcherParser<TargetNodeSpec>public TargetNodeSpec createForChildren(CellRelativePath cellRelativePath)
createForChildren in class BuildTargetMatcherParser<TargetNodeSpec>public TargetNodeSpec createForSingleton(UnconfiguredBuildTargetWithOutputs targetWithOutputs)
createForSingleton in class BuildTargetMatcherParser<TargetNodeSpec>