| 
 | com.Ostermiller.util Java Utilities | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| 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(Collection<CmdLnOption> options)Add options. | 
|  CmdLn | CmdLn.setDescription(String description)Set the description for the program. | 
|  CmdLn | 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 | CmdLn.setOptionArgumentDelimiters(char[] delimiters)Set the delimiters that separate a option name from a value within a single argument. | 
|  CmdLn | CmdLn.setOptionStarts(String[] longOptionsStart,
                String[] shortOptionsStart)Set what long options and short options start with. | 
|  CmdLn | CmdLn.setOptionStarts(String longOptionsStart,
                String shortOptionsStart)Set what long options and short options start with. | 
| 
 | com.Ostermiller.util Java Utilities | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
Copyright © 2001-2012 by Stephen Ostermiller