public class BeforeDronePrepared extends BaseDroneEvent implements DroneConfigurationEvent
ArquillianDescriptor in
order to change configuration before it is created.dronePoint| Constructor and Description |
|---|
BeforeDronePrepared(Configurator<?,? extends DroneConfiguration<?>> configurator,
Instantiator<?,? extends DroneConfiguration<?>> instantiator,
DronePoint<?> dronePoint) |
| Modifier and Type | Method and Description |
|---|---|
Configurator<?,? extends DroneConfiguration<?>> |
getConfigurator()
When Drone is already configured so it is not configured after this event, then the returned configurator is null
|
Instantiator<?,? extends DroneConfiguration<?>> |
getInstantiator()
When Drone Callable is already crated so it is not created after this event, then the returned instantiator is null
|
getDronePointclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDronePointpublic BeforeDronePrepared(Configurator<?,? extends DroneConfiguration<?>> configurator, Instantiator<?,? extends DroneConfiguration<?>> instantiator, DronePoint<?> dronePoint)
public Configurator<?,? extends DroneConfiguration<?>> getConfigurator()
public Instantiator<?,? extends DroneConfiguration<?>> getInstantiator()
Copyright © 2016 JBoss by Red Hat. All rights reserved.