Uses of Class
org.apache.commons.cli.OptionGroup
-
Uses of OptionGroup in org.apache.commons.cli
Methods in org.apache.commons.cli that return OptionGroupModifier and TypeMethodDescriptionAdd the specifiedOptionto this group.AlreadySelectedException.getOptionGroup()Gets the option group where another option has been selected.Options.getOptionGroup(Option opt) Gets the OptionGroup theoptbelongs to.Methods in org.apache.commons.cli with parameters of type OptionGroupModifier and TypeMethodDescriptionOptions.addOptionGroup(OptionGroup group) Adds the specified option group.Constructors in org.apache.commons.cli with parameters of type OptionGroupModifierConstructorDescriptionAlreadySelectedException(OptionGroup group, Option option) Constructs a newAlreadySelectedExceptionfor the specified option group.