Module com.github.sttk.cliargs
Package com.github.sttk.cliargs.validators
package com.github.sttk.cliargs.validators
Provides the classes to validate an option argument string in command line arguments.
-
ClassDescriptionIs the validator class which provides the method to validate an option argument string as a
BigDecimal
.Is the validator class which provides the method to validate an option argument string as aBigInteger
.Is the validator class which provides the method to validate an option argument string as aDouble
.Is the validator class which provides the method to validate an option argument string as aDouble
.Is the validator class which provides the method to validate an option argument string as aInteger
.Is the validator class which provides the method to validate an option argument string as aLong
.Is the validator class which provides the method to validate an option argument string as aShort
.Is the interface which provides the method declaration to validate an option argument.