public static interface ConfigDef.Validator
Modifier and Type | Method and Description |
---|---|
void |
ensureValid(String name,
Object value)
Perform single configuration validation.
|
void ensureValid(String name, Object value)
name
- The name of the configurationvalue
- The value of the configurationConfigException
- if the value is invalid.