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 TypeMethodDescriptionvoidParameterDescription.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 IParameterValidatorModifier and TypeClassDescriptionclassThis is the default value of the validateWith attribute.classA validator that makes sure the value of the parameter is a positive integer.