|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UltraGetopt.Behavior in name.kevinlocke.ultragetopt |
---|
Methods in name.kevinlocke.ultragetopt that return UltraGetopt.Behavior | |
---|---|
static UltraGetopt.Behavior |
UltraGetopt.Behavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UltraGetopt.Behavior[] |
UltraGetopt.Behavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in name.kevinlocke.ultragetopt that return types with arguments of type UltraGetopt.Behavior | |
---|---|
static java.util.EnumSet<UltraGetopt.Behavior> |
UltraGetopt.getDefaultBehavior()
Gets the default behavior for this OS. |
Constructor parameters in name.kevinlocke.ultragetopt with type arguments of type UltraGetopt.Behavior | |
---|---|
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,
java.util.EnumSet<UltraGetopt.Behavior> behavior)
Creates an instance of UltraGetopt with a chosen compatibility behavior and program name. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |