| Package | Description |
|---|---|
| org.arquillian.droidium.container.configuration.target |
| Modifier and Type | Method and Description |
|---|---|
TAG |
TagAbiPair.getTag() |
static TAG |
TAG.match(String name) |
static TAG |
TAG.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAG[] |
TAG.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.getByPair(TAG tag,
ABI abi) |
List<Target> |
TargetRegistry.getByTag(TAG tag) |
List<TagAbiPair> |
Target.getTagAbisForTag(TAG tag) |
boolean |
Target.hasTag(TAG tag) |
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.