|
Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.util.Exec
Constructor Summary | |
Exec()
|
|
Exec(String[] cmd)
|
Method Summary | |
String |
getCmd()
|
Vector |
getStderr()
|
String |
getStderrAsString()
|
Vector |
getStdout()
|
String |
getStdoutAsString()
|
int |
run()
|
int |
runThreaded()
|
void |
setRunInBackground(boolean newValue)
|
void |
setStandardInput(String input)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Exec()
public Exec(String[] cmd)
Method Detail |
public void setStandardInput(String input)
public void setRunInBackground(boolean newValue)
public String getCmd()
public int run()
public int runThreaded() throws Exception
Exception
public Vector getStdout()
public Vector getStderr()
public String getStdoutAsString()
public String getStderrAsString()
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |