public class BuildTargetOutputLabelParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BuildTargetOutputLabelParser.TargetWithOutputLabel
Wrapper for a build target and its output label, if present.
|
Modifier and Type | Method and Description |
---|---|
static BuildTargetOutputLabelParser.TargetWithOutputLabel |
getBuildTargetNameWithOutputLabel(String targetName)
Returns the fully-qualified or relative build target name and its associated output label, if
any.
|
public static BuildTargetOutputLabelParser.TargetWithOutputLabel getBuildTargetNameWithOutputLabel(String targetName)