Package org.ametys.plugins.hyperplanning
Class HyperplanningConnectionChecker
java.lang.Object
org.ametys.plugins.hyperplanning.HyperplanningConnectionChecker
- All Implemented Interfaces:
ItemChecker,Configurable
Connection checker for hyperplanning
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks the validity of the parameters.voidconfigure(Configuration configuration)
-
Constructor Details
-
HyperplanningConnectionChecker
public HyperplanningConnectionChecker()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceConfigurable- Throws:
ConfigurationException
-
check
Description copied from interface:ItemCheckerChecks the validity of the parameters.- Specified by:
checkin interfaceItemChecker- Parameters:
values- the values to test- Throws:
ItemCheckerTestFailureException- if the test failed
-