public class ProcessLauncher extends Object
| Constructor and Description |
|---|
ProcessLauncher() |
ProcessLauncher(InputStream input) |
ProcessLauncher(OutputStream outAndErr) |
ProcessLauncher(OutputStream outAndErr,
InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
int |
launchNewProcess(File baseDir,
String[] parsedCommand,
int timeout) |
int |
launchNewProcess(File baseDir,
String cmdString,
int timeout) |
int |
launchNewProcess(String parsedCommand,
int timeout) |
public ProcessLauncher()
public ProcessLauncher(OutputStream outAndErr)
public ProcessLauncher(InputStream input)
public ProcessLauncher(OutputStream outAndErr, InputStream input)
public int launchNewProcess(String parsedCommand, int timeout) throws IOException, ProcessTimeoutException
IOExceptionProcessTimeoutExceptionpublic int launchNewProcess(File baseDir, String[] parsedCommand, int timeout) throws IOException, ProcessTimeoutException
IOExceptionProcessTimeoutExceptionpublic int launchNewProcess(File baseDir, String cmdString, int timeout) throws IOException, ProcessTimeoutException
IOExceptionProcessTimeoutExceptionCopyright © 2010–2017 EvoSuite. All rights reserved.