| Package | Description |
|---|---|
| <Unnamed> | |
| org.jboss.aesh.cl.parser | |
| org.jboss.aesh.cl.populator | |
| org.jboss.aesh.console.man |
| Class and Description |
|---|
| OptionList
A command line option list
Must be defined with a field that implements Collection
Eg: --foo=bar1,bar2,bar3 or --foo bar1,bar2,bar3
|
| Class and Description |
|---|
| CommandLine
A parsed String based on the provided CommandDefinition and Options defined
in a
AeshCommandLineParser. |
| Class and Description |
|---|
| CommandLine
A parsed String based on the provided CommandDefinition and Options defined
in a
AeshCommandLineParser. |
| Class and Description |
|---|
| Arguments
The possible arguments of a command line command
Must be defined with a field that implements Collection
|
| CommandDefinition |