Modifier and Type | Method and Description |
---|---|
OptionGroup |
OptionGroup.addOption(Option option)
Add the specified
Option to this group. |
OptionGroup |
AlreadySelectedException.getOptionGroup()
Returns the option group where another option has been selected.
|
OptionGroup |
Options.getOptionGroup(Option opt)
Returns the OptionGroup the
opt belongs to. |
Modifier and Type | Method and Description |
---|---|
Options |
Options.addOptionGroup(OptionGroup group)
Add the specified option group.
|
Constructor and Description |
---|
AlreadySelectedException(OptionGroup group,
Option option)
Construct a new
AlreadySelectedException
for the specified option group. |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.