All Classes and Interfaces

Class
Description
Is the exception which indicates that a type of a field of an option store is neither a boolean, a number, a string, nor an array of numbers or strings.
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.
Parses command line arguments and stores them.
Is the exception which indicates that an option configuration contradicts that the default arguments is not empty though it does not take option arguments.
Is the exception which indicates that an option configuration contradicts that the option can take multiple arguments though it does not take option arguments.
Is the validator class which provides the method to validate an option argument string as a Double.
Is the exception which indicates that it is failed to set option arguments (including those from default values) to a field of an option store.
Is the validator class which provides the method to validate an option argument string as a Double.
Is the class to print a help text with an OptCfg array.
Is the validator class which provides the method to validate an option argument string as a Integer.
Is the abstract class of the exception that provides a method to retrieve an option name.
Is the validator class which provides the method to validate an option argument string as a Long.
Is the annotation that is attached to fields of an option store class.
Represents an option configuration for how to parse command line arguments.
Is the functional interface for the constructor parameters like named parameters.
Is the exception which indicates that the option argument is invalidated by the validator in the option configuration.
Is the exception which indicates that an invalid character is found in an option.
Is the exception which indicates that the option is supposed to take one argument in the configuration, but multiple arguments are specified.
Is the exception which indicates that there are duplicated opton names among the option configurations.
Is the exception which indicates that the option requires arguments in the configuration, but no argument is specified.
Is the exception which indicates that the option is not supposed to take an argument in configuration, but an argument is specified.
Is the validator class which provides the method to validate an option argument string as a Short.
Is the exception which indicates that there are duplicated store keys among multiple configurations.
Is the exception which indicates that there is no configuration about the input option.
Is the interface which provides the method declaration to validate an option argument.