Package org.kohsuke.args4j.opts

Various CmdLineOption implementations.

See:
          Description

Class Summary
AliasOption Option which is simply an alias to a set of other options.
BooleanOption Boolean option.
FileOption Option that takes File as a parameter.
IntOption Option that takes a int as a parameter.
MultiStringOption Option that accompanies a strong value and can be specified multiple times.
OutputStreamOption Option used as an OutputStream or Writer.
StringOption Option that takes a String as a parameter.
 

Package org.kohsuke.args4j.opts Description

Various CmdLineOption implementations.

Classes in this package can be readily used by applications, or they can be used as examples when you need to roll your own CmdLineOption class.



Copyright © 2003-2011 Kohsuke Kawaguchi. All Rights Reserved.