| Package | Description |
|---|---|
| org.arquillian.droidium.container.configuration.target |
| Modifier and Type | Method and Description |
|---|---|
TARGET_TYPE |
Target.getTargetType() |
static TARGET_TYPE |
TARGET_TYPE.match(String name) |
static TARGET_TYPE |
TARGET_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TARGET_TYPE[] |
TARGET_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
TargetRegistry.getByTargetType(TARGET_TYPE targetType) |
Target |
TargetRegistry.getHighest(TARGET_TYPE targetType) |
Target |
TargetRegistry.getLowest(TARGET_TYPE targetType) |
void |
Target.setTargetType(TARGET_TYPE targetType) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.