public abstract class LocationMacro extends BaseLocationMacro
Constructor and Description |
---|
LocationMacro() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Macro> |
getMacroClass() |
static LocationMacro |
of(BuildTarget buildTarget)
Shorthand for constructing a LocationMacro referring to the main default output.
|
static LocationMacro |
of(BuildTargetWithOutputs target) |
protected LocationMacro |
withTargetWithOutputs(BuildTargetWithOutputs target) |
equals, getTarget, getTargetWithOutputs, hashCode, translateTargets
protected LocationMacro withTargetWithOutputs(BuildTargetWithOutputs target)
withTargetWithOutputs
in class BuildTargetMacro
BuildTargetMacro
with the given BuildTargetWithOutputs
.public static LocationMacro of(BuildTarget buildTarget)
public static LocationMacro of(BuildTargetWithOutputs target)