Class | Description |
---|---|
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. |
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-2013 Kohsuke Kawaguchi. All Rights Reserved.