Uses of Interface
com.beust.jcommander.IValueValidator
-
Packages that use IValueValidator Package Description com.beust.jcommander com.beust.jcommander.validators -
-
Uses of IValueValidator in com.beust.jcommander
Methods in com.beust.jcommander that return types with arguments of type IValueValidator Modifier and Type Method Description Class<? extends IValueValidator>[]validateValueWith()Class<? extends IValueValidator>[]validateValueWith()Validate the value for this parameter.Class<? extends IValueValidator>[]WrappedParameter. validateValueWith()Method parameters in com.beust.jcommander with type arguments of type IValueValidator Modifier and Type Method Description voidParameterDescription. validateValueParameter(Class<? extends IValueValidator> validator, String name, Object value) -
Uses of IValueValidator in com.beust.jcommander.validators
Classes in com.beust.jcommander.validators that implement IValueValidator Modifier and Type Class Description classNoValueValidator<T>This is the default value of the validateValueWith attribute.
-