| Interface | Description |
|---|---|
| SandboxExecutionStrategy |
This strategy is responsible for detecting whether sandboxing is enabled and creating a
ProgramRunner to run a program in a sandbox mode. |
| SandboxExecutionStrategyFactory |
Factory to create a
SandboxExecutionStrategy. |
| Class | Description |
|---|---|
| NoSandboxExecutionStrategy |
A strategy that guarantees that sandboxing is not used.
|
| SandboxConfig |
Config section responsible for sandbox features.
|
| SandboxProperties |
A set of properties for a single execution of a process under a sandbox.
|
| SandboxProperties.Builder |