| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi | |
| org.jboss.arquillian.drone.spi.event |
| Modifier and Type | Method and Description |
|---|---|
DroneRegistry |
DroneRegistry.registerConfiguratorFor(Class<?> key,
Configurator<?,?> configurator)
Registers a configurator for given object type
|
| Modifier and Type | Method and Description |
|---|---|
Configurator<?,? extends DroneConfiguration<?>> |
BeforeDronePrepared.getConfigurator()
When Drone is already configured so it is not configured after this event, then the returned configurator 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.