Uses of Interface
com.beust.jcommander.IParameterValidator
-
Packages that use IParameterValidator Package Description com.beust.jcommander com.beust.jcommander.validators -
-
Uses of IParameterValidator in com.beust.jcommander
Subinterfaces of IParameterValidator in com.beust.jcommander Modifier and Type Interface Description interfaceIParameterValidator2Methods in com.beust.jcommander that return types with arguments of type IParameterValidator Modifier and Type Method Description java.lang.Class<? extends IParameterValidator>[]validateWith()The validation classes to use.java.lang.Class<? extends IParameterValidator>[]validateWith()Validate the parameter found on the command line.java.lang.Class<? extends IParameterValidator>[]WrappedParameter. validateWith()Method parameters in com.beust.jcommander with type arguments of type IParameterValidator Modifier and Type Method Description voidParameterDescription. validateParameter(java.lang.Class<? extends IParameterValidator> validator, java.lang.String name, java.lang.String value) -
Uses of IParameterValidator in com.beust.jcommander.validators
Classes in com.beust.jcommander.validators that implement IParameterValidator Modifier and Type Class Description classNoValidatorThis is the default value of the validateWith attribute.classPositiveIntegerA validator that makes sure the value of the parameter is a positive integer.
-