net.sf.logdistiller.reports
Class XmlReport

java.lang.Object
  extended by net.sf.logdistiller.ReportFormat
      extended by net.sf.logdistiller.reports.XmlReport

public class XmlReport
extends ReportFormat

XML report format.

Since:
0.8

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.logdistiller.ReportFormat
ReportFormat.PluginReport
 
Constructor Summary
XmlReport()
           
 
Method Summary
 String getContentType()
           
 String getFileExtension()
           
 void report(LogDistillation.Group group, Writer output)
           
 void report(LogDistillation ld, Writer output)
           
 
Methods inherited from class net.sf.logdistiller.ReportFormat
addPluginsGlobalReport, addPluginsGroupReport, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReport

public XmlReport()
Method Detail

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.