Package jargs.gnu.option

Class Summary
AbstractOption<E> Representation of an command-line option.
BooleanOption An option that expects a boolean value.
DateOption An option that expects a date value.
DoubleOption An option that expects a double-precision floating-point value.
FloatOption An option that expects a floating-point value.
IntegerOption An option that expects an integer value.
LongOption An option that expects an long integer value.
OptionComparator Comparator which can be used to sort AbstractOptions by comparing their long form.
StringOption An option that expects a string value.