public interface IParameterValidator2 extends IParameterValidator
Modifier and Type | Method and Description |
---|---|
void |
validate(java.lang.String name,
java.lang.String value,
ParameterDescription pd)
Validate the parameter.
|
validate
void validate(java.lang.String name, java.lang.String value, ParameterDescription pd) throws ParameterException
name
- The name of the parameter (e.g. "-host").value
- The value of the parameter that we need to validatepd
- The description of this parameterParameterException
- Thrown if the value of the parameter is invalid.