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

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

Introduction

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

The text is from its open source code.

Constructor

CLArgsParser(final String[] args, final CLOptionDescriptor[] optionDescriptors)
Create a parser that deals with options and parses certain args.

Method

CLOptiongetArgumentById(final int id)
Retrieve the CLOption with specified id, or null if no command line option is found.
VectorgetArguments()
Retrieve a list of options that were parsed from command list.
StringgetErrorString()
Retrieve an error message that occured during parsing if one existed.