Package | Description |
---|---|
org.q.app.engine.impl |
Package for invoking raw Strings as Q commands.
|
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 |
---|---|
void |
VariableExaminer.validate(ShellCommand parsed) |
Modifier and Type | Method and Description |
---|---|
char[] |
CommandMetadata.getFlagsOrDefaults(ShellCommand command)
Returns the flags specified in the
ShellCommand complemented with any flags that are on by default. |
void |
MetadataCollection.validate(ShellCommand parsed)
Validate the
ShellCommand against the meta data. |
Modifier and Type | Method and Description |
---|---|
ShellCommand |
ShellFlagMissingException.getShellCommand()
Get the ShellCommand for which the flag is missing.
|
static ShellCommand |
ShellParser.parseLine(java.lang.String input)
Parse a line of input into a ShellCommand.
|