|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.utoronto.atrc.web4all.configuration.ReadProcessIStreams
Read the "stdout" and "stderr" streams of a Process object to insure that they are cleared as they fill up.
| Constructor Summary | |
ReadProcessIStreams()
|
|
| Method Summary | |
void |
readStreams(java.lang.Process inProcess)
Read the given Process instance's "stdout" and "stderr" streams until they are empty, and throw away their contents. |
void |
readStreams(java.lang.Process inProcess,
boolean logFlag)
Read the given Process instance's "stdout" and "stderr" streams until they are empty. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReadProcessIStreams()
| Method Detail |
public void readStreams(java.lang.Process inProcess)
inProcess - The Process instance whose streams are to be read.readStreams(Process,boolean)
public void readStreams(java.lang.Process inProcess,
boolean logFlag)
inProcess - The Process instance whose streams are to be read.logFlag - If true log the streams as they are read into
the ConfigManager's log file. Otherwise, the contents of
the streams are lost.readStreams(Process)
|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||