Uses of Interface
org.kohsuke.args4j.CmdLineOption

Packages that use CmdLineOption
org.kohsuke.args4j Command line parser core. 
org.kohsuke.args4j.opts Various CmdLineOption implementations. 
 

Uses of CmdLineOption in org.kohsuke.args4j
 

Methods in org.kohsuke.args4j that return CmdLineOption
 CmdLineOption CmdLineParser.addOption(CmdLineOption opt)
          Adds a new option to the parser.
 

Methods in org.kohsuke.args4j with parameters of type CmdLineOption
 CmdLineOption CmdLineParser.addOption(CmdLineOption opt)
          Adds a new option to the parser.
 

Uses of CmdLineOption in org.kohsuke.args4j.opts
 

Classes in org.kohsuke.args4j.opts that implement CmdLineOption
 class AliasOption
          Option which is simply an alias to a set of other options.
 class BooleanOption
          Boolean option.
 class FileOption
          Option that takes File as a parameter.
 class IntOption
          Option that takes a int as a parameter.
 class MultiStringOption
          Option that accompanies a strong value and can be specified multiple times.
 class OutputStreamOption
          Option used as an OutputStream or Writer.
 class StringOption
          Option that takes a String as a parameter.
 



Copyright © 2003 Kohsuke Kawaguchi. All Rights Reserved.