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.
  • Class
    Description
    Is 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 a BigInteger.
    Is the validator class which provides the method to validate an option argument string as a Double.
    Is the validator class which provides the method to validate an option argument string as a Double.
    Is the validator class which provides the method to validate an option argument string as a Integer.
    Is the validator class which provides the method to validate an option argument string as a Long.
    Is the validator class which provides the method to validate an option argument string as a Short.
    Is the interface which provides the method declaration to validate an option argument.