public class Execed extends BaseExeced
cmd, combinedOutput, exitCode, finished, monitor, process| Modifier | Constructor and Description |
|---|---|
protected |
Execed(java.util.List<java.lang.String> cmd,
java.lang.Process p,
boolean combinedOutput) |
| Modifier and Type | Method and Description |
|---|---|
void |
discardOutput()
Indicates that the output of this process should be discarded
|
java.lang.String |
getStandardError() |
java.lang.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, waitForExitprotected Execed(java.util.List<java.lang.String> cmd,
java.lang.Process p,
boolean combinedOutput)
public java.lang.String getStandardOut()
public java.lang.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.