Package | Description |
---|---|
org.apache.commons.cli2 | |
org.apache.commons.cli2.builder | |
org.apache.commons.cli2.commandline | |
org.apache.commons.cli2.option | |
org.apache.commons.cli2.util |
Class and Description |
---|
CommandLine
Instances of CommandLine represent a command line that has been processed
according to the definition supplied to the parser.
|
DisplaySetting
An enum of possible display settings.
|
Option
The super type of all options representing a particular element of the
command line interface.
|
OptionException
A problem found while dealing with command line options.
|
WriteableCommandLine
A CommandLine that detected values and options can be written to.
|
Class and Description |
---|
Argument
An Option that can process values passed on the command line in the form
"--file README".
|
Group
An Option representing a choice or group of Options in the form "-a|-b|-c".
|
Option
The super type of all options representing a particular element of the
command line interface.
|
Class and Description |
---|
CommandLine
Instances of CommandLine represent a command line that has been processed
according to the definition supplied to the parser.
|
Group
An Option representing a choice or group of Options in the form "-a|-b|-c".
|
Option
The super type of all options representing a particular element of the
command line interface.
|
OptionException
A problem found while dealing with command line options.
|
WriteableCommandLine
A CommandLine that detected values and options can be written to.
|
Class and Description |
---|
Argument
An Option that can process values passed on the command line in the form
"--file README".
|
Group
An Option representing a choice or group of Options in the form "-a|-b|-c".
|
HelpLine
Represents a line of help for a particular Option.
|
Option
The super type of all options representing a particular element of the
command line interface.
|
OptionException
A problem found while dealing with command line options.
|
Parent
An Option that can have an argument and/or group of child Options in the form
"-f <arg> [-a|-b|-c]".
|
WriteableCommandLine
A CommandLine that detected values and options can be written to.
|
Class and Description |
---|
Group
An Option representing a choice or group of Options in the form "-a|-b|-c".
|
OptionException
A problem found while dealing with command line options.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.