public class DroneContextImpl extends Object implements DroneContext
DroneContext| Constructor and Description |
|---|
DroneContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
<DRONE> boolean |
contains(DronePoint<DRONE> dronePoint) |
<DRONE> FilterableResult<DRONE> |
find(Class<DRONE> droneClass) |
<DRONE> DronePointContext<DRONE> |
get(DronePoint<DRONE> dronePoint) |
<C extends DroneConfiguration<C>> |
getGlobalDroneConfiguration(Class<C> configurationClass) |
<DRONE> void |
remove(DronePoint<DRONE> dronePoint) |
void |
setGlobalDroneConfiguration(DroneConfiguration<?> configuration) |
public <C extends DroneConfiguration<C>> C getGlobalDroneConfiguration(Class<C> configurationClass)
getGlobalDroneConfiguration in interface DroneContextpublic void setGlobalDroneConfiguration(DroneConfiguration<?> configuration)
setGlobalDroneConfiguration in interface DroneContextpublic <DRONE> DronePointContext<DRONE> get(DronePoint<DRONE> dronePoint)
get in interface DroneContextpublic <DRONE> boolean contains(DronePoint<DRONE> dronePoint)
contains in interface DroneContextpublic <DRONE> void remove(DronePoint<DRONE> dronePoint)
remove in interface DroneContextpublic <DRONE> FilterableResult<DRONE> find(Class<DRONE> droneClass)
find in interface DroneContextCopyright © 2017 JBoss by Red Hat. All rights reserved.