cytoscape.util
Class Exec
java.lang.Object
cytoscape.util.Exec
public class Exec
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exec
public Exec()
Exec
public Exec(String[] cmd)
setStandardInput
public void setStandardInput(String input)
setRunInBackground
public void setRunInBackground(boolean newValue)
getCmd
public String getCmd()
run
public int run()
runThreaded
public int runThreaded()
throws Exception
- Throws:
Exception
getStdout
public Vector getStdout()
getStderr
public Vector getStderr()
getStdoutAsString
public String getStdoutAsString()
getStderrAsString
public String getStderrAsString()