Package org.jboss.arquillian.drone.impl
Class DronePointImpl<DRONE>
java.lang.Object
org.jboss.arquillian.drone.impl.DronePointImpl<DRONE>
- All Implemented Interfaces:
DronePoint<DRONE>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.arquillian.drone.spi.DronePoint
DronePoint.Lifecycle -
Constructor Summary
ConstructorsConstructorDescriptionDronePointImpl(Class<DRONE> droneClass, DronePoint.Lifecycle lifecycle, Annotation... annotations) -
Method Summary
Modifier and TypeMethodDescriptionbooleanconformsTo(Class<?> droneClass) booleanClass<? extends Annotation>Deprecated.inthashCode()toString()
-
Constructor Details
-
DronePointImpl
public DronePointImpl(Class<DRONE> droneClass, DronePoint.Lifecycle lifecycle, Annotation... annotations)
-
-
Method Details
-
getDroneType
- Specified by:
getDroneTypein interfaceDronePoint<DRONE>
-
getAnnotations
- Specified by:
getAnnotationsin interfaceDronePoint<DRONE>
-
getLifecycle
- Specified by:
getLifecyclein interfaceDronePoint<DRONE>
-
getQualifier
Deprecated.- Specified by:
getQualifierin interfaceDronePoint<DRONE>
-
conformsTo
- Specified by:
conformsToin interfaceDronePoint<DRONE>
-
equals
-
hashCode
public int hashCode() -
toString
-