getopt-0.3

Uses of Interface
jrowe.getopt.OptionMethod

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

Uses of OptionMethod in jrowe.getopt
 

Classes in jrowe.getopt that implement OptionMethod
 class AbstractOptionMethod
          An abstract OptionMethod object that stores an argument.
 

Methods in jrowe.getopt with parameters of type OptionMethod
 void Option.setMethod(OptionMethod method)
          Sets the Runnable object to invoke if the program option is found.
 void DefaultOption.setMethod(OptionMethod method)
          Sets the Runnable object to invoke if the program option is found.
 


getopt-0.3