| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi | |
| org.jboss.arquillian.drone.spi.event |
| Modifier and Type | Method and Description |
|---|---|
InstanceOrCallableInstance |
DroneContext.get(Class<?> key,
Class<? extends Annotation> qualifier)
Gets object stored under given qualifier and given key
|
InstanceOrCallableInstance |
InstanceOrCallableInstance.set(Object object)
Sets value to
object. |
| Modifier and Type | Method and Description |
|---|---|
DroneContext |
DroneContext.add(Class<?> key,
Class<? extends Annotation> qualifier,
InstanceOrCallableInstance union)
Adds object under given key and given qualifier
|
boolean |
DroneInstanceEnhancer.canEnhance(InstanceOrCallableInstance instance,
Class<?> droneType,
Class<? extends Annotation> qualifier)
Returns
true when this DroneInstanceEnhancer is able to enhance or deenhance given type. |
| Modifier and Type | Method and Description |
|---|---|
InstanceOrCallableInstance |
AfterDroneConfigured.getConfiguration() |
InstanceOrCallableInstance |
BeforeDroneDeenhanced.getInstance() |
InstanceOrCallableInstance |
BeforeDroneEnhanced.getInstance() |
InstanceOrCallableInstance |
AfterDroneInstantiated.getInstance() |
InstanceOrCallableInstance |
AfterDroneEnhanced.getInstance() |
InstanceOrCallableInstance |
BeforeDroneDestroyed.getInstance() |
InstanceOrCallableInstance |
AfterDroneDeenhanced.getInstance() |
InstanceOrCallableInstance |
BeforeDroneInstantiated.getInstanceCallable() |
InstanceOrCallableInstance |
AfterDroneCallableCreated.getInstanceCallable() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.