Package com.lordofthejars.nosqlunit.core
Class CommandLineExecutor
- java.lang.Object
-
- com.lordofthejars.nosqlunit.core.CommandLineExecutor
-
public class CommandLineExecutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getConsoleOutput(java.lang.Process process)java.lang.ProcessstartProcessInDirectoryAndArguments(java.lang.String targetDirectory, java.util.List<java.lang.String> arguments)
-
-
-
Method Detail
-
startProcessInDirectoryAndArguments
public java.lang.Process startProcessInDirectoryAndArguments(java.lang.String targetDirectory, java.util.List<java.lang.String> arguments) throws java.io.IOException- Throws:
java.io.IOException
-
getConsoleOutput
public java.util.List<java.lang.String> getConsoleOutput(java.lang.Process process) throws java.io.IOException- Throws:
java.io.IOException
-
-