Uses of Interface
com.beust.jcommander.IParameterValidator
-
Packages that use IParameterValidator Package Description com.beust.jcommander com.beust.jcommander.validators org.verapdf.cli.commands -
-
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 Class<? extends IParameterValidator>[]validateWith()The validation classes to use.Class<? extends IParameterValidator>[]validateWith()Validate the parameter found on the command line.Class<? extends IParameterValidator>[]WrappedParameter. validateWith()Method parameters in com.beust.jcommander with type arguments of type IParameterValidator Modifier and Type Method Description voidParameterDescription. validateParameter(Class<? extends IParameterValidator> validator, String name, 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. -
Uses of IParameterValidator in org.verapdf.cli.commands
Classes in org.verapdf.cli.commands that implement IParameterValidator Modifier and Type Class Description static classVeraCliArgParser.FileValidatorJCommander parameter validator forFile, seeIParameterValidator.
-