Package hudson.plugins.doxygen
Class DoxygenConsoleParser
- java.lang.Object
-
- java.io.OutputStream
-
- hudson.console.LineTransformationOutputStream
-
- hudson.plugins.doxygen.DoxygenConsoleParser
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public class DoxygenConsoleParser extends LineTransformationOutputStream
Parser for the Doxygen output
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.console.LineTransformationOutputStream
LineTransformationOutputStream.Delegating
-
-
Constructor Summary
Constructors Constructor Description DoxygenConsoleParser(OutputStream out, Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
eol(byte[] b, int len)
int
getNumberOfErrors()
int
getNumberOfWarnings()
-
Methods inherited from class hudson.console.LineTransformationOutputStream
forceEol, trimEOL, write, write
-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
-
-
-
Constructor Detail
-
DoxygenConsoleParser
public DoxygenConsoleParser(OutputStream out, Charset charset)
-
-
Method Detail
-
getNumberOfWarnings
public int getNumberOfWarnings()
-
getNumberOfErrors
public int getNumberOfErrors()
-
eol
protected void eol(byte[] b, int len) throws IOException
- Specified by:
eol
in classLineTransformationOutputStream
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classLineTransformationOutputStream
- Throws:
IOException
-
-