Frames | No Frames |
Fields of type org.apache.commons.cli.Option | |
Option | holder for the current option |
Option[] | the processed options |
Methods with parameter type org.apache.commons.cli.Option | |
void | Add an option to the command line. |
OptionGroup | add opt to this group
|
Options | Adds an option instance
|
OptionGroup | Returns the OptionGroup the opt
belongs to. |
void | |
void | set the selected option of this group to name . |
Methods with return type org.apache.commons.cli.Option | |
Option | Create an Option using the current settings
|
Option | OptionBuilder.create(String opt) Create an Option using the current settings and with
the specified Option char . |
Option | OptionBuilder.create(char opt) Create an Option using the current settings and with
the specified Option char . |
Option | Retrieve the named Option
|
Option[] | Returns an array of the processed Option s. |