- getCheckErrors() - Method in class ml.options.Options
-
The error messages collected during the last option check
(invocation of any of the check()
methods).
- getCommandLine(OptionSet, String, boolean) - Method in class ml.options.DefaultHelpPrinter
-
Return a string with the command line syntax for the given option set
- getCommandLine(OptionSet, String, boolean) - Method in interface ml.options.HelpPrinter
-
Return a string with the command line syntax for this option set
- getConstraints() - Method in interface ml.options.Constrainable
-
Access all known constraints
- getConstraints() - Method in class ml.options.OptionData
-
Get the constraints defined for this option
- getConstraints() - Method in class ml.options.OptionSet
-
Get the constraints defined for this option set
- getData() - Method in class ml.options.OptionSet
-
Return the data items found (these are the items on the command line
which do not start with the prefix, i.
- getData(int) - Method in class ml.options.OptionSet
-
Return a specific data item.
- getDataCount() - Method in class ml.options.OptionSet
-
Return the number of data items found (these are the items on the command line
which do not start with the prefix, i.
- getDataText(int) - Method in class ml.options.OptionSet
-
Get the data text for a data item on the command line.
- getDetailText() - Method in class ml.options.OptionData
-
Return the text to be used for the <detail> argument of a detail option
- getError() - Method in class ml.options.SchemaValidator
-
Retrieve the error message set by the org.xml.sax.ErrorHandler
methods.
- getHelpText(OptionSet) - Method in class ml.options.DefaultHelpPrinter
-
Return the help text describing the different options and data arguments
- getHelpText(OptionSet) - Method in interface ml.options.HelpPrinter
-
Return the help text describing the different options and data arguments
- getHelpText() - Method in class ml.options.OptionData
-
Return the text describing the purpose of the option
- getHelpText(int) - Method in class ml.options.OptionSet
-
Get the help text for a data item on the command line.
- getMatchingSet() - Method in class ml.options.Options
-
Return the (first) matching set.
- getMatchingSet(boolean, boolean) - Method in class ml.options.Options
-
Return the (first) matching set.
- getMaxData() - Method in class ml.options.OptionSet
-
Getter method for maxData
property
- getMinData() - Method in class ml.options.OptionSet
-
Getter method for minData
property
- getName() - Method in class ml.options.OptionSet
-
Return the name of the set
- getOption(String) - Method in class ml.options.OptionSet
-
Get the data for a specific option, identified by its key name (which is unique)
- getOptionData() - Method in class ml.options.OptionSet
-
Get a list of all the options defined for this set
- getResultCount() - Method in class ml.options.OptionData
-
Get the number of results found for this option, which is number of times the key matched
- getResultDetail(int) - Method in class ml.options.OptionData
-
Get the detail with the given index.
- getResultDetails() - Method in class ml.options.OptionData
-
Return a list of all option details
- getResultValue(int) - Method in class ml.options.OptionData
-
Get the value with the given index.
- getResultValues() - Method in class ml.options.OptionData
-
Return a list of all result values
- getSet(String) - Method in class ml.options.Options
-
Return an option set - or null
, if no set with the given name exists
- getSet() - Method in class ml.options.Options
-
This returns the (anonymous) default set
- getSyntax() - Method in class ml.options.OptionData
-
Get the command line syntax for this option.
- getUnmatched() - Method in class ml.options.OptionSet
-
Return all unmatched items found (these are the items on the
command line which start with the prefix, but do not
match to one of the options)
- getUnmatched(int) - Method in class ml.options.OptionSet
-
Return a specific unmatched item.
- getUnmatchedCount() - Method in class ml.options.OptionSet
-
Return the number of unmatched items found (these are the items on the
command line which start with the prefix, but do not
match to one of the options)
- getValueText() - Method in class ml.options.OptionData
-
Return the text to be used for the <value> argument of a value option