Package | Description |
---|---|
org.q.app.engine.impl |
Package for invoking raw Strings as Q commands.
|
org.q.app.general |
Package for utility classes that are so general they don't belong anywhere else.
|
Modifier and Type | Method and Description |
---|---|
DetailMessage |
InputExaminer.examineRaw(java.lang.String raw)
Examine a raw ShellCommand and return a detail or error message for the command.
|
DetailMessage |
InputExaminer.examineTemplated(java.lang.String raw)
Examine a ShellCommand after applying engine templates and return a detail or error message for the command.
|
Modifier and Type | Method and Description |
---|---|
static DetailMessage |
DetailMessage.error(java.lang.String msg)
Factory method for creating Error messages.
|
static DetailMessage |
DetailMessage.message(java.lang.String msg)
Factory method for creating info messages.
|