| Interface | Description |
|---|---|
| BaseScriptSpec | Describes how to configure a script and its arguments. |
| CommandEntryPoint | Configures a command along with its arguments. |
| ExecutableCommandSpec | Specifies a command along with its arguments. |
| ExecutableEntryPoint | Describes the entrypoint for an external, but non-KVM, process. |
| ProcessExecutionSpec | Describes the data stream redirections for a process including exit checks. |
| ScriptSpec | Describes how to configure a script and its arguments. |
| Class | Description |
|---|---|
| BaseScriptDefinition | Defines a base class for implementing a basic script definition. |
| CmdLineArgumentSpecEntry | Representation of a command-line specification and its order in processing. |
| ScriptDefinition | Defines a base class for implementing a script definition. |