class LocalInteractiveProcess extends java.lang.Object implements InteractiveProcess
InteractiveProcess
for local interactive processes.Modifier and Type | Field and Description |
---|---|
private boolean |
done |
private int |
exitCode |
private java.lang.Process |
process |
private Streams |
streams |
Constructor and Description |
---|
LocalInteractiveProcess(JobImplementation job) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy (stop) process.
|
int |
getExitStatus() |
Streams |
getStreams() |
boolean |
isDone() |
private final java.lang.Process process
private int exitCode
private boolean done
private final Streams streams
LocalInteractiveProcess(JobImplementation job) throws XenonException
XenonException
public Streams getStreams()
getStreams
in interface InteractiveProcess
public int getExitStatus()
getExitStatus
in interface Process