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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultOptionBuilder()
Creates a new DefaultOptionBuilder using defaults
DefaultOptionBuilder(final String shortPrefix, final String longPrefix, final boolean burstEnabled)
Creates a new DefaultOptionBuilder

Method

DefaultOptioncreate()
Creates a DefaultOption instance
DefaultOptionBuilderreset()
Resets the builder.
DefaultOptionBuilderwithArgument(final Argument newArgument)
Use this Argument
DefaultOptionBuilderwithLongName(final String longName)
Use this long option name.
DefaultOptionBuilderwithShortName(final String shortName)
Use this short option name.