Uses of Class
edu.toronto.cs.util.Clapi.OptParser

Packages that use Clapi.OptParser
edu.toronto.cs.util Miscellaneous useful utility classes. 
 

Uses of Clapi.OptParser in edu.toronto.cs.util
 

Methods in edu.toronto.cs.util that return Clapi.OptParser
 Clapi.OptParser Clapi.OptParser.author(java.lang.String v)
          Specify the name of the program's author (banner information)
 Clapi.OptParser Clapi.OptParser.copyrightNotice(java.lang.String v)
          Specify the program's copyright notice (banner information)
 Clapi.OptParser Clapi.OptParser.programDescription(java.lang.String v)
          Specify the program's description (banner information)
 Clapi.OptParser Clapi.OptParser.programName(java.lang.String v)
          Specify the name of the program (banner information)
 Clapi.OptParser Clapi.OptParser.quote(java.lang.String quote)
          Add a random quote to the set of quotes that can be randomly printed with the usage information.
 Clapi.OptParser Clapi.OptParser.startClass(java.lang.Class v)
          Specify the startup class, for usage information.
 Clapi.OptParser Clapi.OptParser.startClassName(java.lang.String v)
          Specify the name of the startup class, for usage information.
 Clapi.OptParser Clapi.OptParser.version(java.lang.String v)
          Specify the version of the program (banner information)
 Clapi.OptParser Clapi.OptParser.webPage(java.lang.String v)
          Specify the name of the program's webpage (banner information)
 

Constructors in edu.toronto.cs.util with parameters of type Clapi.OptParser
Clapi.OptResult(Clapi.OptParser _parser)
           
Clapi.OptSpec(Clapi.OptParser _parser)