Uses of Class
com.Ostermiller.util.CmdLn

Packages that use CmdLn
com.Ostermiller.util   
 

Uses of CmdLn in com.Ostermiller.util
 

Methods in com.Ostermiller.util that return CmdLn
 CmdLn CmdLn.addOption(CmdLnOption option)
          Add option.
 CmdLn CmdLn.addOptions(CmdLnOption[] options)
          Add options.
 CmdLn CmdLn.addOptions(java.util.Collection<CmdLnOption> options)
          Add options.
 CmdLn CmdLn.setDescription(java.lang.String description)
          Set the description for the program.
 CmdLn CmdLn.setNonOptionSeparators(java.lang.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 CmdLn.setOptionArgumentDelimiters(char[] delimiters)
          Set the delimiters that separate a option name from a value within a single argument.
 CmdLn CmdLn.setOptionStarts(java.lang.String[] longOptionsStart, java.lang.String[] shortOptionsStart)
          Set what long options and short options start with.
 CmdLn CmdLn.setOptionStarts(java.lang.String longOptionsStart, java.lang.String shortOptionsStart)
          Set what long options and short options start with.