getopt-0.3

Uses of Package
jrowe.getopt

Packages that use jrowe.getopt
jrowe.getopt This is a package to parse command-line options. 
 

Classes in jrowe.getopt used by jrowe.getopt
DefaultGetOptions
          This is the default implementation of a GetOptions object.
DefaultGetOptions.OptionRecord
          Used to encapuslate Option objects.
GetOptions
          An object that stores a list of Option objects and then parse command line arguments using them.
Option
          An interface representing a program option.
OptionException
          An Exception representing when there has been an invalid option detected in the command line arguments.
OptionMethod
          A concrete Runnable object that stores an argument.
 


getopt-0.3