Class SupportiveDriver
java.lang.Object
org.netbeans.jemmy.drivers.SupportiveDriver
- All Implemented Interfaces:
Driver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThrowsUnsupportedOperatorExceptionexception if parameter's class is not in list of supported classes.Class[]Returns array of operator classes which are supported by this driver.
-
Constructor Details
-
SupportiveDriver
Creates an instance.- Parameters:
supported- Array of operator classes which are supported by this driver.
-
-
Method Details
-
checkSupported
ThrowsUnsupportedOperatorExceptionexception if parameter's class is not in list of supported classes.- Parameters:
oper- Operator whose class should be checked.- Throws:
UnsupportedOperatorException
-
getSupported
Returns array of operator classes which are supported by this driver.- Specified by:
getSupportedin interfaceDriver- Returns:
- an array of supported operators' classes.
-