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

Uses in package org.apache.commons.cli

Methods with parameter type org.apache.commons.cli.OptionGroup

Options
Add the specified option group.
void
HelpFormatter.appendOptionGroup(StringBuffer buff, OptionGroup group)
Appends the usage clause for an OptionGroup to a StringBuffer.

Methods with return type org.apache.commons.cli.OptionGroup

OptionGroup
add opt to this group
OptionGroup
Returns the OptionGroup the opt belongs to.