| Package | Description |
|---|---|
| net.dpml.cli |
Commandline modeling and parsing utilities.
|
| net.dpml.cli.builder |
Helpers supporting the construction of a commandline model.
|
| net.dpml.cli.commandline |
Commandline implementation.
|
| net.dpml.cli.option |
Options implementation include command, group, switch and property abstractions.
|
| net.dpml.cli.util |
Commandline utilities including help formatter.
|
| 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.
|