Package org.incava.jagol

Class Summary

BooleanOption Represents an option that is an boolean.
DoubleOption Represents an option that is an double.
FloatOption Represents an option that is an float.
IntegerOption Represents an option that is an integer.
InvalidTypeException
ListOption Represents a list of objects that comprise this option.
NonBooleanOption Base class of all options, except for booleans.
Option Base class of all options.
OptionException
OptionSet A group of options.
StringOption Represents an option that is an String.
ValueExpectedException