|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MissingArgumentException in name.kevinlocke.ultragetopt |
|---|
| Methods in name.kevinlocke.ultragetopt that throw MissingArgumentException | |
|---|---|
java.util.List<OptionArgumentPair> |
UltraGetopt.getOptionsOrdered()
Gets all command-line options as a list, in the order that they appeared on the command-line. |
| Constructors in name.kevinlocke.ultragetopt that throw MissingArgumentException | |
|---|---|
UltraGetopt(java.lang.String[] args,
CommandLineOption[] options)
Creates an instance of UltraGetopt with the default set of options for the platform on which the program is running. |
|
UltraGetopt(java.lang.String[] args,
CommandLineOption[] options,
java.util.EnumSet<UltraGetopt.Behavior> behavior)
Creates an instance of UltraGetopt with a chosen compatibility behavior. |
|
UltraGetopt(java.lang.String[] args,
CommandLineOption[] options,
java.util.EnumSet<UltraGetopt.Behavior> behavior,
java.lang.String[] shortleaders,
java.lang.String[] longleaders,
java.lang.String[] assigners,
GetoptErrorFormatter formatter)
Creates an instance of UltraGetopt with customized behavior based on the specified arguments. |
|
UltraGetopt(java.lang.String programname,
java.lang.String[] args,
CommandLineOption[] options)
Creates an instance of UltraGetopt with the default set of options for the platform on which the program is running. |
|
UltraGetopt(java.lang.String programname,
java.lang.String[] args,
CommandLineOption[] options,
java.util.EnumSet<UltraGetopt.Behavior> behavior)
Creates an instance of UltraGetopt with a chosen compatibility behavior and program name. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||