Class RawReportWriter
- java.lang.Object
-
- org.verapdf.processor.reports.multithread.writer.ReportWriter
-
- org.verapdf.processor.reports.multithread.writer.AbstractXmlReportWriter
-
- org.verapdf.processor.reports.multithread.writer.RawReportWriter
-
public class RawReportWriter extends AbstractXmlReportWriter
-
-
Field Summary
-
Fields inherited from class org.verapdf.processor.reports.multithread.writer.AbstractXmlReportWriter
isFirstReport, reportHandler, saxParser, writer
-
Fields inherited from class org.verapdf.processor.reports.multithread.writer.ReportWriter
outputStreamWriter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRawReportWriter(PrintWriter outputStreamWriter, PrintWriter errorStreamWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintFirstReport(File report)voidwrite(ResultStructure result)-
Methods inherited from class org.verapdf.processor.reports.multithread.writer.AbstractXmlReportWriter
endDocument, printTag, startDocument
-
Methods inherited from class org.verapdf.processor.reports.multithread.writer.ReportWriter
closeOutputStream, deleteTemp, merge, newInstance
-
-
-
-
Constructor Detail
-
RawReportWriter
protected RawReportWriter(PrintWriter outputStreamWriter, PrintWriter errorStreamWriter) throws XMLStreamException, ParserConfigurationException, SAXException
-
-
Method Detail
-
write
public void write(ResultStructure result)
- Specified by:
writein classReportWriter
-
printFirstReport
public void printFirstReport(File report) throws SAXException, IOException
- Specified by:
printFirstReportin classAbstractXmlReportWriter- Throws:
SAXExceptionIOException
-
-