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:ProcessLauncherStarts a process from the given settings.- Specified by:
startin interfaceProcessLauncher- Parameters:
processBuilder- The process settings.- Returns:
- the process
- Throws:
NativeException- On failure to start the process.
-