|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--org.apache.tools.ant.taskdefs.LogOutputStream | +--org.acmsl.antmake.cvslib.RedirectingOutputStream
Redirects a stream to the cvs log's output parser.
org.apache.tools.ant.taskdefs.cvslib.RedirectingOutputStream
Constructor Summary | |
RedirectingOutputStream(ChangeLogParser parser)
Creates a stream for given parser. |
Method Summary | |
protected ChangeLogParser |
getParser()
Retrieves the parser. |
protected void |
processLine(java.lang.String line)
Logs a line to the log system of ant. |
protected void |
setParser(ChangeLogParser parser)
Specifies the parser. |
Methods inherited from class org.apache.tools.ant.taskdefs.LogOutputStream |
close, getMessageLevel, processBuffer, processLine, write |
Methods inherited from class java.io.OutputStream |
flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RedirectingOutputStream(ChangeLogParser parser)
parser
- the parser to which the output is sent.Method Detail |
protected void setParser(ChangeLogParser parser)
parser
- the changelog parser.protected ChangeLogParser getParser()
protected void processLine(java.lang.String line)
processLine
in class org.apache.tools.ant.taskdefs.LogOutputStream
line
- the line to log.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |