Interface Validator
- All Known Implementing Classes:
ClassValidator,NullValidator,RangeValidator
Validator that validates configuration settings.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturn the documentation for a given validator.booleanValidates the configuration value.
-
Method Details
-
validate
Validates the configuration value.- Parameters:
name- name of the configuration settingvalue- value of the configuration setting- Returns:
- true if it is a valid value, otherwise false.
-
documentation
Return the documentation for a given validator.- Returns:
- the documentation for a given validator
-