Uses of Class
com.aspectran.shell.command.option.OptionGroup
-
Packages that use OptionGroup Package Description com.aspectran.shell.command.option 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 OptionGroup Modifier and Type Method Description OptionGroupOptionGroup. addOption(Option option)Add the specifiedOptionto this group.OptionGroupAlreadySelectedException. getOptionGroup()Returns the option group where another option has been selected.OptionGroupOptions. getOptionGroup(Option opt)Returns the OptionGroup theoptbelongs to.Methods in com.aspectran.shell.command.option with parameters of type OptionGroup Modifier and Type Method Description OptionsOptions. addOptionGroup(OptionGroup group)Add the specified option group.Constructors in com.aspectran.shell.command.option with parameters of type OptionGroup Constructor Description AlreadySelectedException(OptionGroup group, Option option)Construct a newAlreadySelectedExceptionfor the specified option group.
-