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
-
Field Summary
Fields inherited from class org.verapdf.processor.reports.multithread.writer.AbstractXmlReportWriter
isFirstReport, reportHandler, saxParser, writerFields inherited from class org.verapdf.processor.reports.multithread.writer.ReportWriter
outputStreamWriter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRawReportWriter(PrintWriter outputStreamWriter, PrintWriter errorStreamWriter) -
Method Summary
Modifier and TypeMethodDescriptionvoidprintFirstReport(File report) voidwrite(ResultStructure result) Methods inherited from class org.verapdf.processor.reports.multithread.writer.AbstractXmlReportWriter
endDocument, printTag, startDocumentMethods inherited from class org.verapdf.processor.reports.multithread.writer.ReportWriter
closeOutputStream, deleteTemp, merge, newInstance
-
Constructor Details
-
RawReportWriter
protected RawReportWriter(PrintWriter outputStreamWriter, PrintWriter errorStreamWriter) throws XMLStreamException, ParserConfigurationException, SAXException
-
-
Method Details
-
write
- Specified by:
writein classReportWriter
-
printFirstReport
- Specified by:
printFirstReportin classAbstractXmlReportWriter- Throws:
SAXExceptionIOException
-