Class | Description |
---|---|
ShellArgument |
A parsed representation of a single argument passed to a ShellCommand.
|
ShellCommand |
An parsed representation of a command to the
Engine . |
ShellParser |
Parses input lines from the CommandLine.
|
ShellString |
Utility class for (un)escaping strings (separated by `) on the Q command line.
|
Enum | Description |
---|---|
ShellArgumentType |
Enumeration of the possible types of arguments a Q ShellCommand will accept.
|
Exception | Description |
---|---|
ShellCommandMissingException |
This Exception signals that the parser was expecting a Q command, but encountered different input instead.
|
ShellFlagMissingException |
Exception raised when a dash '-' is encountered on the command line without a trailing letter.
|
ShellParseException |
An Exception used to indicate that a line on the command line shell could not be parsed.
|
ShellCommand
's.