Package org.ametys.runtime.model.checker
Interface ItemChecker
-
- All Known Implementing Classes:
DirectoryChecker
,HttpUrlChecker
,KerberosChecker
,LDAPConnectionChecker
,LdapUserDirectoryChecker
,MailConnectionChecker
,SendMailChecker
,SQLConnectionChecker
public interface ItemChecker
Interface of the parameter checkers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check(List<String> values)
Checks the validity of the parameters.
-
-
-
Method Detail
-
check
void check(List<String> values) throws ItemCheckerTestFailureException
Checks the validity of the parameters.- Parameters:
values
- the values to test- Throws:
ItemCheckerTestFailureException
- if the test failed
-
-