Package com.beust.jcommander
Interface IValueValidator<T>
- All Known Implementing Classes:
NoValueValidator
public interface IValueValidator<T>
-
Method Summary
-
Method Details
-
validate
Validate the parameter.- Parameters:
name
- The name of the parameter (e.g. "-host").value
- The value of the parameter that we need to validate- Throws:
ParameterException
- Thrown if the value of the parameter is invalid.
-