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 Validator
OptCfg.validator
Is the functional interface to validate the option argument(s).Methods in com.github.sttk.cliargs with parameters of type ValidatorModifier and TypeMethodDescriptionstatic OptCfg.Param
Is the static method to set thevalidator
field 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 TypeClassDescriptionclass
Is the validator class which provides the method to validate an option argument string as aBigDecimal
.class
Is the validator class which provides the method to validate an option argument string as aBigInteger
.class
Is the validator class which provides the method to validate an option argument string as aDouble
.class
Is the validator class which provides the method to validate an option argument string as aDouble
.class
Is the validator class which provides the method to validate an option argument string as aInteger
.class
Is the validator class which provides the method to validate an option argument string as aLong
.class
Is the validator class which provides the method to validate an option argument string as aShort
.