Uses of Package
name.kevinlocke.ultragetopt

Classes in name.kevinlocke.ultragetopt used by name.kevinlocke.ultragetopt
AmbiguousOptionException
          Exception signaling that an option could be matched against multiple accepted options.
ArgumentDisposition
          Argument requirement status for options.
CommandLineException
          Superclass for all exceptions resulting from parsing of the command-line.
CommandLineOption
          Class representing a command-line option.
ExtraArgumentException
          Exception signaling that an option which does not take an argument was given an argument.
GetoptErrorFormatter
          Formatter for Getopt error messages.
InvalidOptionException
          Exception signaling that an option was determined to be invalid by the optionEncountered method.
MissingArgumentException
          Exception signaling that an option which requires an argument was not given any arguments.
OptionArgumentPair
          Class representing a command-line option and its argument (if any).
UltraGetopt.Behavior
          Different behavior options for UltraGetopt.
UnrecognizedOptionException
          Exception signaling that an option encountered on the command-line was not recognized (not listed in the set of accepted options).