T - the type of the validator and the validated value.@InterfaceStability.Evolving
public interface ConfigurationValidator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
validate(String configValue)
Validates a configuration value.
|
T validate(String configValue) throws InvalidConfigurationValueException
configValue - the configuration value to be validated.InvalidConfigurationValueException - if the configuration value is invalid.Copyright © 2008–2020 Apache Software Foundation. All rights reserved.