public class Execed extends BaseExeced
cmd, combinedOutput, exitCode, finished, monitor, process| Modifier | Constructor and Description |
|---|---|
protected |
Execed(List<String> cmd,
Process p,
boolean combinedOutput) |
| Modifier and Type | Method and Description |
|---|---|
void |
discardOutput()
Indicates that the output of this process should be discarded
|
String |
getStandardError() |
String |
getStandardOut() |
boolean |
isFinished()
Determines if the application has completed yet
|
void |
kill() |
static Execed |
spawn(Exec e) |
copy, discard, exitCode, finished, getStandardErrorStream, getStandardInputStream, getStandardOutputStream, unexpectedFailure, waitForExit, waitForExit, waitForExit, waitForExitpublic static Execed spawn(Exec e) throws IOException
IOExceptionpublic String getStandardOut()
public String getStandardError()
public boolean isFinished()
BaseExecedisFinished in class BaseExecedpublic void discardOutput()
BaseExeceddiscardOutput in class BaseExecedpublic void kill()
kill in class BaseExecedCopyright © 2014. All rights reserved.