|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.PumpStreamHandler
org.apache.tools.ant.taskdefs.LogStreamHandler
Logs standard output and error of a subprocess to the log system of ant.
| Constructor Summary | |
LogStreamHandler(Task task,
int outlevel,
int errlevel)
Creates a new instance of this class. |
|
| Method Summary | |
void |
stop()
Stop handling of the streams - will not be restarted. |
| Methods inherited from class org.apache.tools.ant.taskdefs.PumpStreamHandler |
createProcessErrorPump, createProcessOutputPump, createPump, getErr, getOut, setProcessErrorStream, setProcessInputStream, setProcessOutputStream, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogStreamHandler(Task task,
int outlevel,
int errlevel)
task - the task for whom to logoutlevel - the loglevel used to log standard outputerrlevel - the loglevel used to log standard error| Method Detail |
public void stop()
ExecuteStreamHandler
stop in interface ExecuteStreamHandlerstop in class PumpStreamHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||