| Package | Description |
|---|---|
| org.arquillian.droidium.container.configuration.target |
| Modifier and Type | Method and Description |
|---|---|
ABI |
TagAbiPair.getAbi() |
static ABI |
ABI.match(String name) |
static ABI |
ABI.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ABI[] |
ABI.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.addTagAbi(TAG tag,
ABI abi) |
List<Target> |
TargetRegistry.getByABI(ABI abi) |
List<Target> |
TargetRegistry.getByPair(TAG tag,
ABI abi) |
List<TagAbiPair> |
Target.getTagAbisForAbi(ABI abi) |
boolean |
Target.hasAbi(ABI abi) |
boolean |
Target.hasTagAbi(TAG tag,
ABI abi) |
| Constructor and Description |
|---|
TagAbiPair(TAG tag,
ABI abi) |
Target(TAG tag,
ABI abi) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.