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

U

UltraGetopt - Class in name.kevinlocke.ultragetopt
Main class of the UltraGetopt system.
UltraGetopt(String[], CommandLineOption[]) - Constructor for class name.kevinlocke.ultragetopt.UltraGetopt
Creates an instance of UltraGetopt with the default set of options for the platform on which the program is running.
UltraGetopt(String, String[], CommandLineOption[]) - Constructor for class name.kevinlocke.ultragetopt.UltraGetopt
Creates an instance of UltraGetopt with the default set of options for the platform on which the program is running.
UltraGetopt(String[], CommandLineOption[], EnumSet<UltraGetopt.Behavior>) - Constructor for class name.kevinlocke.ultragetopt.UltraGetopt
Creates an instance of UltraGetopt with a chosen compatibility behavior.
UltraGetopt(String, String[], CommandLineOption[], EnumSet<UltraGetopt.Behavior>) - Constructor for class name.kevinlocke.ultragetopt.UltraGetopt
Creates an instance of UltraGetopt with a chosen compatibility behavior and program name.
UltraGetopt(String[], CommandLineOption[], EnumSet<UltraGetopt.Behavior>, String[], String[], String[], GetoptErrorFormatter) - Constructor for class name.kevinlocke.ultragetopt.UltraGetopt
Creates an instance of UltraGetopt with customized behavior based on the specified arguments.
UltraGetopt.Behavior - Enum in name.kevinlocke.ultragetopt
Different behavior options for UltraGetopt.
unrecognizedOption(String, String) - Method in class name.kevinlocke.ultragetopt.BSDGetoptErrorFormatter
 
unrecognizedOption(char, String) - Method in class name.kevinlocke.ultragetopt.BSDGetoptErrorFormatter
 
unrecognizedOption(String, String) - Method in class name.kevinlocke.ultragetopt.DarwinGetoptErrorFormatter
 
unrecognizedOption(char, String) - Method in class name.kevinlocke.ultragetopt.DarwinGetoptErrorFormatter
 
unrecognizedOption(String, String) - Method in interface name.kevinlocke.ultragetopt.GetoptErrorFormatter
Formats an error message to indicate that the given option was not recognized.
unrecognizedOption(char, String) - Method in interface name.kevinlocke.ultragetopt.GetoptErrorFormatter
Formats an error message to indicate that the given option was not recognized.
unrecognizedOption(String, String) - Method in class name.kevinlocke.ultragetopt.GNUGetoptErrorFormatter
 
unrecognizedOption(char, String) - Method in class name.kevinlocke.ultragetopt.GNUGetoptErrorFormatter
 
unrecognizedOption(String, String) - Method in class name.kevinlocke.ultragetopt.POSIXGetoptErrorFormatter
 
unrecognizedOption(char, String) - Method in class name.kevinlocke.ultragetopt.POSIXGetoptErrorFormatter
 
UnrecognizedOptionException - Exception in name.kevinlocke.ultragetopt
Exception signaling that an option encountered on the command-line was not recognized (not listed in the set of accepted options).

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