public abstract class LocationPlatformMacro extends BaseLocationMacro
Constructor and Description |
---|
LocationPlatformMacro() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object another) |
Class<? extends Macro> |
getMacroClass() |
abstract BuildTargetWithOutputs |
getTargetWithOutputs() |
int |
hashCode() |
static LocationPlatformMacro |
of(BuildTargetWithOutputs target,
Iterable<? extends Flavor> flavors) |
protected LocationPlatformMacro |
withTargetWithOutputs(BuildTargetWithOutputs target) |
getTarget, translateTargets
public abstract BuildTargetWithOutputs getTargetWithOutputs()
getTargetWithOutputs
in class BuildTargetMacro
protected LocationPlatformMacro withTargetWithOutputs(BuildTargetWithOutputs target)
withTargetWithOutputs
in class BuildTargetMacro
BuildTargetMacro
with the given BuildTargetWithOutputs
.public static LocationPlatformMacro of(BuildTargetWithOutputs target, Iterable<? extends Flavor> flavors)
public int hashCode()
hashCode
in class BuildTargetMacro
public boolean equals(@Nullable Object another)
equals
in class BuildTargetMacro