- OptionData - Class in ml.options
-
This class holds all the data for an option.
- OptionData.Type - Enum in ml.options
-
An enum describing the different available types of options
- Options - Class in ml.options
-
The central class for option processing.
- Options(String[]) - Constructor for class ml.options.Options
-
Constructor
- Options(String[], Reader) - Constructor for class ml.options.Options
-
This constructor uses the XML file provided by the reader to set up option sets and options.
- Options.Multiplicity - Enum in ml.options
-
An enum encapsulating the possible multiplicities for options
- Options.Prefix - Enum in ml.options
-
An enum encapsulating the possible prefixes identifying options (and separating them from command line data items)
- Options.Separator - Enum in ml.options
-
An enum encapsulating the possible separators between value options and their actual values.
- OptionSet - Class in ml.options
-
This class holds the information for a set of options.