Uses of Class
jargs.gnu.validator.AbstractValidator

Packages that use AbstractValidator
jargs.gnu.option   
jargs.gnu.validator   
 

Uses of AbstractValidator in jargs.gnu.option
 

Methods in jargs.gnu.option with parameters of type AbstractValidator
 AbstractOption<E> AbstractOption.addValidator(AbstractValidator<E> validator)
          Adds a validator to this option.
 

Uses of AbstractValidator in jargs.gnu.validator
 

Subclasses of AbstractValidator in jargs.gnu.validator
 class IntervalValidator<E extends Comparable<E>>
          Simple validator that checks if a given Comparable is in the interval of accepted values.
 class ValueSetValidator<E>
          Simple validator that checks if a given Object is in the Set of accepted values.