|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidOptionException in name.kevinlocke.ultragetopt |
---|
Methods in name.kevinlocke.ultragetopt that throw InvalidOptionException | |
---|---|
boolean |
CommandLineOption.optionEncountered(java.lang.String argument)
Callback mechanism for sub-classes. |
Constructors in name.kevinlocke.ultragetopt that throw InvalidOptionException | |
---|---|
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 |