Uses of Class
org.apache.commons.cli.OptionGroup
-
-
Uses of OptionGroup in org.apache.commons.cli
Methods in org.apache.commons.cli 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 org.apache.commons.cli with parameters of type OptionGroup Modifier and Type Method Description OptionsOptions. addOptionGroup(OptionGroup group)Add the specified option group.Constructors in org.apache.commons.cli with parameters of type OptionGroup Constructor Description AlreadySelectedException(OptionGroup group, Option option)Construct a newAlreadySelectedExceptionfor the specified option group.
-