NativeIntegration
, ProcessLauncher
public 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
ProcessLauncher
start
in interface ProcessLauncher
processBuilder
- The process settings.NativeException
- On failure to start the process.