Uses of Class org.apache.commons.cli.Option

Uses in package org.apache.commons.cli

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
Parser.processArgs(Option opt, ListIterator iter)
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
Create an Option using the current settings and with the specified Option char.
Option
Options.getOption(String opt)
Retrieve the named Option
Option[]
Returns an array of the processed Options.