Package | Description |
---|---|
org.q.app.engine.meta |
Package for storing the Meta data of all ShellCommand's (also named plugin's) registered at the application.
|
org.q.app.engine.parse |
Package for the parser of
ShellCommand 's. |
Modifier and Type | Method and Description |
---|---|
ShellArgument[] |
FlagMetadata.getShellArguments(java.util.Iterator<ShellArgument> override)
Return the required amount of default
ShellArgument 's optionally overriding them. |
Modifier and Type | Method and Description |
---|---|
ShellArgument[] |
FlagMetadata.getShellArguments(java.util.Iterator<ShellArgument> override)
Return the required amount of default
ShellArgument 's optionally overriding them. |
Modifier and Type | Field and Description |
---|---|
static ShellArgument |
ShellArgument.DEFAULT
Instance to use when the default value should be used for the argument.
|
Modifier and Type | Method and Description |
---|---|
static ShellArgument |
ShellParser.parseArgument(java.lang.String argument)
Utility method for parsing a single command line argument.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ShellArgument> |
ShellCommand.getArguments()
Get an Iterator of the arguments passed to the command.
|