Package org.ametys.runtime.model.checker
Interface ItemChecker
- All Known Implementing Classes:
DirectoryChecker,HttpUrlChecker,HyperplanningConnectionChecker,KerberosChecker,LDAPConnectionChecker,LdapUserDirectoryChecker,MailConnectionChecker,SendMailChecker,SQLConnectionChecker,ZimbraConnectionChecker
public interface ItemChecker
Interface of the parameter checkers
-
Method Summary
-
Method Details
-
check
Checks the validity of the parameters.- Parameters:
values- the values to test- Throws:
ItemCheckerTestFailureException- if the test failed
-