Interface | Description |
---|---|
Command |
A command that can be executed by the CLARA shell.
|
CommandFactory |
A factory for new shell builtin commands.
|
Class | Description |
---|---|
AbstractCommand |
Default class for new shell commands.
|
BaseCommand |
A command that groups a list of subcommands that can be executed separately.
|
ClaraShell |
An interactive shell to run CLARA DPEs and orchestrators.
|
ClaraShell.Builder |
Helps configuring and creating a new
ClaraShell . |
CommandUtils |
Helpers to run CLI commands.
|
Config |
Environment configuration for a CLARA shell session.
|
Config.Builder |
Helps creating the configuration for a shell session.
|
ConfigParsers |
Parsers to set the value of configuration variables.
|
ConfigVariable |
A configuration variable for a CLARA shell session.
|
ConfigVariable.Builder |
Helps creating a new
ConfigVariable . |
Context |
The context for a shell session.
|