Java org.apache.commons.cli OptionGroup fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.cli OptionGroup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.cli OptionGroup.

The text is from its open source code.

Constructor

Method

OptionGroupaddOption(Option option)
Add the specified Option to this group.
CollectiongetNames()
CollectiongetOptions()
StringgetSelected()
booleanisRequired()
Returns whether this option group is required.
voidsetRequired(boolean required)
voidsetSelected(Option option)
Set the selected option of this group to name.