net.sf.jmd.report.impl
Class HTMLReporter

java.lang.Object
  extended by net.sf.jmd.report.impl.XMLReporter
      extended by net.sf.jmd.report.impl.HTMLReporter
All Implemented Interfaces:
IReporter

public class HTMLReporter
extends XMLReporter

Author:
Jan Hinzmann

Constructor Summary
protected HTMLReporter()
          this has to be instantiated through the ReporterFactory.
 
Method Summary
 void report(IReport report)
          Generates the XML representation of the given report and writes it to the file configured with "MoDi.XMLReportFile.Name".
 
Methods inherited from class net.sf.jmd.report.impl.XMLReporter
getReportAsXML, setFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLReporter

protected HTMLReporter()
this has to be instantiated through the ReporterFactory.

Method Detail

report

public void report(IReport report)
Description copied from class: XMLReporter
Generates the XML representation of the given report and writes it to the file configured with "MoDi.XMLReportFile.Name".

Specified by:
report in interface IReporter
Overrides:
report in class XMLReporter
See Also:
de.dlr.sistec.modi.report.impl.XMLReporter#report(de.dlr.sistec.modi.report.IReport)


Copyright © 2007-2010. All Rights Reserved.