Package org.drools.verifier.report
Class XMLReportWriter
- java.lang.Object
-
- org.drools.verifier.report.XMLReportWriter
-
- All Implemented Interfaces:
VerifierReportWriter
public class XMLReportWriter extends Object implements VerifierReportWriter
-
-
Constructor Summary
Constructors Constructor Description XMLReportWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteReport(OutputStream out, VerifierReport result)
-
-
-
Method Detail
-
writeReport
public void writeReport(OutputStream out, VerifierReport result) throws IOException
- Specified by:
writeReportin interfaceVerifierReportWriter- Throws:
IOException
-
-