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, translateTargetspublic abstract BuildTargetWithOutputs getTargetWithOutputs()
getTargetWithOutputs in class BuildTargetMacroprotected LocationPlatformMacro withTargetWithOutputs(BuildTargetWithOutputs target)
withTargetWithOutputs in class BuildTargetMacroBuildTargetMacro with the given BuildTargetWithOutputs.public static LocationPlatformMacro of(BuildTargetWithOutputs target, Iterable<? extends Flavor> flavors)
public int hashCode()
hashCode in class BuildTargetMacropublic boolean equals(@Nullable Object another)
equals in class BuildTargetMacro