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, translateTargetsprotected LocationMacro withTargetWithOutputs(BuildTargetWithOutputs target)
withTargetWithOutputs in class BuildTargetMacroBuildTargetMacro with the given BuildTargetWithOutputs.public static LocationMacro of(BuildTarget buildTarget)
public static LocationMacro of(BuildTargetWithOutputs target)