public class SelectorKey extends Object
select
statement.
Can be a build target or a default condition (represented by the "DEFAULT" keyword)
Modifier and Type | Field and Description |
---|---|
static SelectorKey |
DEFAULT |
static String |
DEFAULT_KEYWORD |
Constructor and Description |
---|
SelectorKey(BuildTarget buildTarget) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BuildTarget |
getBuildTarget() |
int |
hashCode() |
boolean |
isDefaultKey() |
boolean |
isReserved() |
String |
toString() |
public static final String DEFAULT_KEYWORD
public static final SelectorKey DEFAULT
public SelectorKey(BuildTarget buildTarget)
public boolean isDefaultKey()
public BuildTarget getBuildTarget()
public boolean isReserved()
true
for keys that are not the actual targets.