Uses of Interface
com.beust.jcommander.IParameterValidator
Packages that use IParameterValidator
-
Uses of IParameterValidator in com.beust.jcommander
Subinterfaces of IParameterValidator in com.beust.jcommanderMethods in com.beust.jcommander that return types with arguments of type IParameterValidatorModifier and TypeMethodDescriptionClass<? extends IParameterValidator>[]
WrappedParameter.validateWith()
Method parameters in com.beust.jcommander with type arguments of type IParameterValidatorModifier and TypeMethodDescriptionstatic void
ParameterDescription.validateParameter
(ParameterDescription pd, Class<? extends IParameterValidator> validator, String name, String value) -
Uses of IParameterValidator in com.beust.jcommander.validators
Classes in com.beust.jcommander.validators that implement IParameterValidatorModifier and TypeClassDescriptionclass
This is the default value of the validateWith attribute.class
A validator that makes sure the value of the parameter is a positive integer.