Uses of Class
ml.options.OptionSet
-
-
Uses of OptionSet in ml.options
Methods in ml.options that return OptionSet Modifier and Type Method Description OptionSetOptions. addSet(java.lang.String name)Add an option set.OptionSetOptions. addSet(java.lang.String name, int data)Add an option set.OptionSetOptions. addSet(java.lang.String name, int minData, int maxData)Add an option set.OptionSetOptions. addSet(java.lang.String name, OptionSet set)Add an option set by cloning an existing set.OptionSetOptions. getMatchingSet()Return the (first) matching set.OptionSetOptions. getMatchingSet(boolean ignoreUnmatched, boolean requireDataLast)Return the (first) matching set.OptionSetOptions. getSet()This returns the (anonymous) default setOptionSetOptions. getSet(java.lang.String name)Return an option set - ornull, if no set with the given name existsOptionSetOptionSet. setDataText(int index, java.lang.String text)Set the data text for a data item on the command line.OptionSetOptionSet. setHelpText(int index, java.lang.String text)Set the help text for a data item on the command line.Methods in ml.options with parameters of type OptionSet Modifier and Type Method Description static voidExclusiveConstraint. add(OptionSet optionSet, java.lang.String... keys)Add a constraint to the given option set using the default multiplicity defined for this setstatic voidExclusiveConstraint. add(OptionSet optionSet, Options.Multiplicity multiplicity, java.lang.String... keys)Add a constraint to the given option setOptionSetOptions. addSet(java.lang.String name, OptionSet set)Add an option set by cloning an existing set.java.lang.StringDefaultHelpPrinter. getCommandLine(OptionSet set, java.lang.String leadingText, boolean lineBreak)Return a string with the command line syntax for the given option setjava.lang.StringHelpPrinter. getCommandLine(OptionSet set, java.lang.String leadingText, boolean lineBreak)Return a string with the command line syntax for this option setjava.lang.StringDefaultHelpPrinter. getHelpText(OptionSet set)Return the help text describing the different options and data argumentsjava.lang.StringHelpPrinter. getHelpText(OptionSet set)Return the help text describing the different options and data arguments
-