Class WrapperProcessLauncher
java.lang.Object
net.rubygrapefruit.platform.internal.WrapperProcessLauncher
- All Implemented Interfaces:
NativeIntegration
,ProcessLauncher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstart
(ProcessBuilder processBuilder) Starts a process from the given settings.
-
Constructor Details
-
WrapperProcessLauncher
-
-
Method Details
-
start
Description copied from interface:ProcessLauncher
Starts a process from the given settings.- Specified by:
start
in interfaceProcessLauncher
- Parameters:
processBuilder
- The process settings.- Returns:
- the process
- Throws:
NativeException
- On failure to start the process.
-