Uses of Class
com.aspectran.shell.command.option.OptionGroup
Packages that use OptionGroup
Package
Description
A simple API for presenting, processing and validating a command line interface.
-
Uses of OptionGroup in com.aspectran.shell.command.option
Methods in com.aspectran.shell.command.option that return OptionGroupModifier and TypeMethodDescriptionAdd the specifiedOption
to this group.AlreadySelectedException.getOptionGroup()
Returns the option group where another option has been selected.Options.getOptionGroup
(Option opt) Returns the OptionGroup theopt
belongs to.Methods in com.aspectran.shell.command.option with parameters of type OptionGroupModifier and TypeMethodDescriptionOptions.addOptionGroup
(OptionGroup group) Add the specified option group.Constructors in com.aspectran.shell.command.option with parameters of type OptionGroupModifierConstructorDescriptionAlreadySelectedException
(OptionGroup group, Option option) Construct a newAlreadySelectedException
for the specified option group.