| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi | |
| org.jboss.arquillian.drone.spi.filter |
| Modifier and Type | Method and Description |
|---|---|
DronePoint.Lifecycle |
DronePoint.getLifecycle() |
static DronePoint.Lifecycle |
DronePoint.Lifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DronePoint.Lifecycle[] |
DronePoint.Lifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LifecycleFilter(DronePoint.Lifecycle lifecycle,
DronePoint.Lifecycle... additionalLifecycles)
Creates lifecycle filter which will match injection points with any of specified lifecycles.
|
LifecycleFilter(DronePoint.Lifecycle lifecycle,
DronePoint.Lifecycle... additionalLifecycles)
Creates lifecycle filter which will match injection points with any of specified lifecycles.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.