A B C D E G H I L M N O P S U V

G

getArgument() - Method in class name.kevinlocke.ultragetopt.OptionArgumentPair
Gets the argument of the pair.
getArgumentRequirement() - Method in class name.kevinlocke.ultragetopt.CommandLineOption
Gets the argument requirements for this option.
getDefaultAssigners() - Static method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets the default assigner strings for this OS.
getDefaultBehavior() - Static method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets the default behavior for this OS.
getDefaultErrorFormatter(String) - Static method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets the default error formatter for this OS.
getDefaultLongLeaders() - Static method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets the default long-option leader strings for this OS.
getDefaultShortLeaders() - Static method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets the default short-option leader strings for this OS.
getLongOption() - Method in class name.kevinlocke.ultragetopt.CommandLineOption
Gets the long-option character for this option.
getNonOptionArguments() - Method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets all non-option arguments
GetoptErrorFormatter - Interface in name.kevinlocke.ultragetopt
Formatter for Getopt error messages.
getOption() - Method in class name.kevinlocke.ultragetopt.OptionArgumentPair
Gets the option of the pair.
getOptions() - Method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets all options present on the command-line and their associated arguments (null for options without values).
getOptionsAsProperties(Properties) - Method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets all command-line options as a set of properties.
getOptionsByName() - Method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets all command-line options as a map from the long option name to the argument option.
getOptionsOrdered() - Method in class name.kevinlocke.ultragetopt.UltraGetopt
Gets all command-line options as a list, in the order that they appeared on the command-line.
getShortOption() - Method in class name.kevinlocke.ultragetopt.CommandLineOption
Gets the short-option character for this option.
GNUGetoptErrorFormatter - Class in name.kevinlocke.ultragetopt
Error formatter designed to mimic the output of getopt from the GNU C Library.
GNUGetoptErrorFormatter(String) - Constructor for class name.kevinlocke.ultragetopt.GNUGetoptErrorFormatter
Create a new instance of the formatter for GNU-like Getopt errors.

A B C D E G H I L M N O P S U V