public class NoValueValidator<T> extends Object implements IValueValidator<T>
Constructor and Description |
---|
NoValueValidator() |
public void validate(String parameterName, T parameterValue) throws ParameterException
IValueValidator
validate
in interface IValueValidator<T>
parameterName
- The name of the parameter (e.g. "-host").parameterValue
- The value of the parameter that we need to validateParameterException
- Thrown if the value of the parameter is invalid.Copyright © 2017. All Rights Reserved.