public abstract class APKModule extends Object implements Comparable<APKModule>, AddsToRuleKey
Constructor and Description |
---|
APKModule() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(APKModule o) |
String |
getCanaryClassName() |
abstract String |
getName() |
abstract boolean |
hasManifest() |
abstract boolean |
hasResources() |
boolean |
isRootModule() |
static APKModule |
of(String name,
boolean hasResources,
boolean hasManifest) |
public abstract String getName()
public abstract boolean hasResources()
public abstract boolean hasManifest()
@Value.Derived public boolean isRootModule()
@Value.Derived public String getCanaryClassName()
public int compareTo(APKModule o)
compareTo
in interface Comparable<APKModule>