public interface SandboxExecutionStrategy
ProgramRunner to run a program in a sandbox mode.| Modifier and Type | Method and Description |
|---|---|
ProgramRunner |
createSandboxProgramRunner(SandboxProperties sandboxProperties)
Creates a new
ProgramRunner to run a specific program in a sandbox. |
boolean |
isSandboxEnabled() |
boolean isSandboxEnabled()
ProgramRunner createSandboxProgramRunner(SandboxProperties sandboxProperties)
ProgramRunner to run a specific program in a sandbox.sandboxProperties - describes the particular execution of a sandboxed processes.