Package common.cmdline

Interface Summary
Option Interface for command line options.
 

Class Summary
AbstractOption Abstract implementation of the Option interface that takes care of some bookkeeping and error checking.
BooleanOption Option that takes Boolean values.
DoubleOption Option that takes real values.
IntOption Option that takes integer values.
Parser Parses options on a command line.
PropertiesOption Option whose values are key-value pairs, represented as strings of the form key=val.
StringListOption Option that can occur multiple times on the command line with a string argument, yielding a list of strings.
StringOption Option that takes string values.