All Classes and Interfaces

Class
Description
 
An exceptional situation from the command-line parser.
 
A base class for a typical 1-argument parameter.
 
 
CharParam is a Param that accepts single-character arguments.
 
A Param that counts the number of times it is seen.
 
The base interface for Params that merely decorate the help text output, and do not add themselves to the Parser's lookup map.
DoubleParam is a Param that accepts double arguments.
EnumParam<T extends Enum<T>>
A parameter which gives options based on enum values.
A param that takes expects an existing file on the filesystem
A param that takes expects an existing file on the filesystem.
Represents a boolean flag, which takes no arguments, turns true when provided.
A parameter type that accepts lists of integers.
IntParam is a Param that accepts integer arguments.
An interface for a parameter that doesn't take arguments.
An interface for parameters that take an argument from the command line.
Interface for command-line parameter specs.
This is a named group of Params for the purpose of organizing help text.
Parses command-line arguments against given Params.