Uses of Class
com.Ostermiller.util.CmdLn
-
Uses of CmdLn in com.Ostermiller.util
Methods in com.Ostermiller.util that return CmdLnModifier and TypeMethodDescriptionCmdLn.addOption(CmdLnOption option) Add option.CmdLn.addOptions(CmdLnOption[] options) Add options.CmdLn.addOptions(Collection<CmdLnOption> options) Add options.CmdLn.setDescription(String description) Set the description for the program.CmdLn.setNonOptionSeparators(String[] nonOptionSeparators) Set the "stop" option that causes any following arguments to be treated as non-option arguments, even if they look like an option.CmdLn.setOptionArgumentDelimiters(char[] delimiters) Set the delimiters that separate a option name from a value within a single argument.CmdLn.setOptionStarts(String[] longOptionsStart, String[] shortOptionsStart) Set what long options and short options start with.CmdLn.setOptionStarts(String longOptionsStart, String shortOptionsStart) Set what long options and short options start with.