Class XmlReportWriter
java.lang.Object
org.infinispan.logging.processor.report.XmlReportWriter
- All Implemented Interfaces:
AutoCloseable
XmlReportWriter.
- Since:
- 13.0
- Author:
- Durgesh Anaokar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidwriteDetail(Element element) voidvoidwriteHeader(String title)
-
Constructor Details
-
XmlReportWriter
- Throws:
XMLStreamException
-
-
Method Details
-
writeHeader
- Throws:
XMLStreamException
-
writeDetail
- Throws:
XMLStreamException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-