Java org.apache.commons.cli2.builder CommandBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.cli2.builder CommandBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.cli2.builder CommandBuilder.

The text is from its open source code.

Constructor

CommandBuilder()
Creates a new CommandBuilder instance.

Method

CommandBuilderwithChildren(final Group newChildren)
Specifies the children for the next Command that is created.
CommandBuilderwithDescription(final String newDescription)
Specifies the description for the next Command that is created.
CommandBuilderwithName(final String name)
Specifies the name for the next Command that is created.