Interface | Description |
---|---|
BuildTargetMatcher |
A pattern that matches one or more build targets.
|
UnconfiguredBuildTargetViewFactory |
Creates
UnconfiguredBuildTarget from a raw string. |
Class | Description |
---|---|
BaseNameParser |
Utility to work with Buck base name (e.
|
BuildTargetMatcherParser<T> |
Context for parsing build target names.
|
BuildTargetOutputLabelParser |
Utility class for parsing output labels from build targets.
|
BuildTargetOutputLabelParser.TargetWithOutputLabel |
Wrapper for a build target and its output label, if present.
|
ParsingUnconfiguredBuildTargetViewFactory |
A factory that parses a given build target name using the provided
BuildTargetParser . |