Package com.soebes.itf.jupiter.extension
Class ApplicationExecutor
java.lang.Object
com.soebes.itf.jupiter.extension.ApplicationExecutor
- Author:
- Karl Heinz Marbaise
-
Constructor Summary
ConstructorDescriptionApplicationExecutor
(String javaHome, Path loggingDirectory, Path workingDirectory, Path applicationExecutable, List<String> jvmArguments, String prefix) ApplicationExecutor
(Path workingDirectory, Path loggingDirectory, Path applicationExecutable, List<String> jvmArguments, String prefix) -
Method Summary
-
Constructor Details
-
ApplicationExecutor
-
ApplicationExecutor
-
-
Method Details
-
start
- Throws:
IOException
-
startAndWaitUntilEnded
- Throws:
IOException
InterruptedException
-
getStdout
Path getStdout() -
createLogStream
-
getStdErr
Path getStdErr()
-