net.sf.logdistiller.reports
Class XmlReport
java.lang.Object
net.sf.logdistiller.ReportFormat
net.sf.logdistiller.reports.XmlReport
public class XmlReport
- extends ReportFormat
XML report format.
- Since:
- 0.8
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlReport
public XmlReport()
getContentType
public String getContentType()
- Specified by:
getContentType
in class ReportFormat
getFileExtension
public String getFileExtension()
- Specified by:
getFileExtension
in class ReportFormat
report
public void report(LogDistillation ld,
Writer output)
throws IOException
- Specified by:
report
in class ReportFormat
- Throws:
IOException
report
public void report(LogDistillation.Group group,
Writer output)
throws IOException
- Specified by:
report
in class ReportFormat
- Throws:
IOException
Copyright © 2004-2009. All Rights Reserved.