Uses of Interface
com.github.sttk.cliargs.validators.Validator
Packages that use Validator
Package
Description
Provides the classes to parse and print comand line arguments.
Provides the classes to validate an option argument string in command line arguments.
-
Uses of Validator in com.github.sttk.cliargs
Fields in com.github.sttk.cliargs declared as ValidatorModifier and TypeFieldDescriptionfinal ValidatorOptCfg.validatorIs the functional interface to validate the option argument(s).Methods in com.github.sttk.cliargs with parameters of type ValidatorModifier and TypeMethodDescriptionstatic OptCfg.ParamIs the static method to set thevalidatorfield like a named parameter.Constructors in com.github.sttk.cliargs with parameters of type Validator -
Uses of Validator in com.github.sttk.cliargs.validators
Classes in com.github.sttk.cliargs.validators that implement ValidatorModifier and TypeClassDescriptionclassIs the validator class which provides the method to validate an option argument string as aBigDecimal.classIs the validator class which provides the method to validate an option argument string as aBigInteger.classIs the validator class which provides the method to validate an option argument string as aDouble.classIs the validator class which provides the method to validate an option argument string as aDouble.classIs the validator class which provides the method to validate an option argument string as aInteger.classIs the validator class which provides the method to validate an option argument string as aLong.classIs the validator class which provides the method to validate an option argument string as aShort.