NativeIntegrationDefaultProcessLauncher, WindowsProcessLauncher, WrapperProcessLauncherpublic interface ProcessLauncher extends NativeIntegration
| Modifier and Type | Method | Description |
|---|---|---|
Process |
start(ProcessBuilder processBuilder) |
Starts a process from the given settings.
|
Process start(ProcessBuilder processBuilder) throws NativeException
processBuilder - The process settings.NativeException - On failure to start the process.