java.lang.Object
uk.autores.handling.ConfigDef
Defines the configuration supported by a
Handler
.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConfigDef
Ctor.- Parameters:
key
- the config keyvalidator
- must return true if the value is valid or false otherwise
-
-
Method Details
-
key
Configuration key.- Returns:
- config key name
- See Also:
-
isValid
Tests validity of value.- Parameters:
value
- the value to test- Returns:
- true if the value is valid or false otherwise
- See Also:
-