public class ProcessRunner
extends java.lang.Object
Constructor and Description |
---|
ProcessRunner() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Process |
getProcess() |
protected void |
handleOutput(java.lang.String line) |
boolean |
isAlive() |
protected void |
notifyCompletion() |
void |
run(java.util.List<java.lang.String> cmdList,
java.util.Map<java.lang.String,java.lang.String> envParams) |
boolean |
stop() |
int |
waitFor() |
public void run(java.util.List<java.lang.String> cmdList, java.util.Map<java.lang.String,java.lang.String> envParams) throws java.io.IOException
java.io.IOException
public boolean stop()
public boolean isAlive()
public int waitFor()
protected void handleOutput(java.lang.String line)
protected void notifyCompletion()
protected java.lang.Process getProcess()
Copyright © 2004-2014 The YAWL Foundation.