NativeIntegration, ProcessLauncherpublic class WindowsProcessLauncher extends Object implements ProcessLauncher
| Constructor | Description |
|---|---|
WindowsProcessLauncher(ProcessLauncher launcher) |
| Modifier and Type | Method | Description |
|---|---|---|
Process |
start(ProcessBuilder processBuilder) |
Starts a process from the given settings.
|
public WindowsProcessLauncher(ProcessLauncher launcher)
public Process start(ProcessBuilder processBuilder) throws NativeException
ProcessLauncherstart in interface ProcessLauncherprocessBuilder - The process settings.NativeException - On failure to start the process.