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

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

Introduction

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

The text is from its open source code.

Field

intTEXT_ARGUMENT
Value of CLOptionDescriptor#getId when the option is a text argument.

Method

StringgetArgument()
Retrieve argument to option if it takes arguments.
StringgetArgument(final int index)
Retrieve indexed argument to option if it takes arguments.
CLOptionDescriptorgetDescriptor()