public class DroneInstantiatedFilter extends Object implements DronePointFilter<Object>
| Constructor and Description |
|---|
DroneInstantiatedFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(DroneContext context,
DronePoint<?> dronePoint)
Returns true if the injection point is accepted, false otherwise.
|
public boolean accepts(DroneContext context, DronePoint<?> dronePoint)
DronePointFilteraccepts in interface DronePointFilter<Object>dronePoint - injection point of the drone.Copyright © 2016 JBoss by Red Hat. All rights reserved.