Interface | Description |
---|---|
Invocable |
ShellCommands that can be invoked without any swallowed content must implement this interface.
|
PluginContext |
This interface offers access to all Q variables.
|
Swallows |
ShellCommands that can be invoked with swallowed content must implement this interface.
|
Enum | Description |
---|---|
ThreadPolicy |
Enumeration of the different policies for concurrency that a ShellCommand can implement.
|
Exception | Description |
---|---|
SingleThreadInterruptedException |
This Exception is used to signal that the ShellCommand was aborted, because the Thread has been interrupted.
|
ValidationException |
Exception used to signal that a ShellCommand's configuration is not valid.
|