Package jargs.gnu.validator

Class Summary
AbstractValidator<E> Representation of a validator for the value of an command-line option.
IntervalValidator<E extends Comparable<E>> Simple validator that checks if a given Comparable is in the interval of accepted values.
ValueSetValidator<E> Simple validator that checks if a given Object is in the Set of accepted values.