| Class | Description |
|---|---|
| ChainedCommandSource |
A chain of command sources.
|
| CommandSource |
Encapsulates a source of commands for the worker shell.
|
| DummyCommandSource |
A command source that blocks indefinitely when asked for a command.
|
| InteractiveCommandSource |
An interactive console-based source of worker-shell commands.
|
| TokenizedCommandSource |
A source of commands that has been pre-tokenized.
|
| WorkerShell |