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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks the validity of the parameters.void
configure
(Configuration configuration)
-
Constructor Details
-
HyperplanningConnectionChecker
public HyperplanningConnectionChecker()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceConfigurable
- Throws:
ConfigurationException
-
check
Description copied from interface:ItemChecker
Checks the validity of the parameters.- Specified by:
check
in interfaceItemChecker
- Parameters:
values
- the values to test- Throws:
ItemCheckerTestFailureException
- if the test failed
-