public abstract static class BuildTargetOutputLabelParser.TargetWithOutputLabel extends Object
Since this is a convenience wrapper class to avoid using Pair everywhere we need to associate a build target with its
output label, the type of build target is intentionally left free-form to accommodate the
myriad build target types we have.
| Constructor and Description |
|---|
TargetWithOutputLabel() |
| Modifier and Type | Method and Description |
|---|---|
abstract OutputLabel |
getOutputLabel() |
abstract String |
getTargetName() |
public abstract String getTargetName()
public abstract OutputLabel getOutputLabel()