All Classes and Interfaces

Class
Description
A Param that counts the number of times it is seen.
An exceptional situation from the command-line parser.
 
A base class for a typical 1-argument parameter.
 
 
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.
Parses command-line arguments against given Params.