|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.apache.tools.ant.util.LineOrientedOutputStream
org.apache.tools.ant.taskdefs.LogOutputStream
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.JUnitLogOutputStream
protected static class JUnitTask.JUnitLogOutputStream
A stream handler for handling the junit task.
Constructor Summary | |
---|---|
JUnitTask.JUnitLogOutputStream(Task task,
int level)
Constructor. |
Method Summary | |
---|---|
protected void |
processLine(java.lang.String line,
int level)
Logs a line. |
Methods inherited from class org.apache.tools.ant.taskdefs.LogOutputStream |
---|
getMessageLevel, processBuffer, processLine |
Methods inherited from class org.apache.tools.ant.util.LineOrientedOutputStream |
---|
close, flush, write, write |
Methods inherited from class java.io.OutputStream |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JUnitTask.JUnitLogOutputStream(Task task, int level)
task
- the task being logged.level
- the log level used to log data written to this stream.Method Detail |
---|
protected void processLine(java.lang.String line, int level)
processLine
in class LogOutputStream
line
- the line to log.level
- the logging level to use.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |