public interface HasOutputName
BuildRule
instances which generate sources
with logical "names" (e.g. Python modules).Modifier and Type | Method and Description |
---|---|
String |
getOutputName(OutputLabel outputLabel)
Returns an output name for the build target associated with the given output label.
|
String getOutputName(OutputLabel outputLabel)
{@link
- RuntimeException} if the given output label is invalid and is not associated
with an output
TODO(irenewchen): Convert this to ImmutableSet