| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi | |
| org.jboss.arquillian.drone.spi.event |
| Modifier and Type | Method and Description |
|---|---|
DroneRegistry |
DroneRegistry.registerInstantiatorFor(Class<?> key,
Instantiator<?,?> value)
Registers an instantiator for given object type
|
| Modifier and Type | Method and Description |
|---|---|
Instantiator<?,? extends DroneConfiguration<?>> |
BeforeDronePrepared.getInstantiator()
When Drone Callable is already crated so it is not created after this event, then the returned instantiator is null
|
| Constructor and Description |
|---|
BeforeDronePrepared(Configurator<?,? extends DroneConfiguration<?>> configurator,
Instantiator<?,? extends DroneConfiguration<?>> instantiator,
DronePoint<?> dronePoint) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.