Class | Description |
---|---|
CommandLine<T extends Command> |
A parsed String based on the provided CommandDefinition and Options defined
in a
AeshCommandLineParser . |
Annotation Type | Description |
---|---|
Arguments |
The possible arguments of a command line command
Must be defined with a field that implements Collection
|
CommandDefinition | |
GroupCommandDefinition | |
Option |
A single command line option.
|
OptionGroup |
A command line option group
Must be defined with a field that implements Map
Eg: -Dname1=value1 -Dname2=value2.
|
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
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.