Class ReportSuiteMaker

java.lang.Object
net.sf.statcvs.pages.ReportSuiteMaker

public class ReportSuiteMaker extends Object
TODO: Clean up
Version:
$Id: ReportSuiteMaker.java,v 1.11 2009/08/22 10:30:42 benoitx Exp $
Author:
Anja Jentzsch, Benoit Xhenseval (OutputRenderer and ExtraReportRegister interfaces)
  • Field Details

  • Constructor Details

    • ReportSuiteMaker

      public ReportSuiteMaker(ReportConfig config, String notesHTML)
      Parameters:
      config - Configuration and data for the report suite
      notesHTML - A note to be inserted on top of the page; might be null
    • ReportSuiteMaker

      public ReportSuiteMaker(ReportConfig config, String notesHTML, List additionalPages)
      Parameters:
      config - Configuration and data for the report suite
      notesHTML - A note to be inserted on top of the page; might be null
      additionalPages - A list of Pages for inclusion in the index page's main menu
  • Method Details

    • toXml

      public void toXml()
      this method will move away from the ordinary routine taken by statSVn and will invoke some new classes that are written to generate the xml's
    • toFile

      public Page toFile() throws IOException
      TODO: Don't throw exception
      Throws:
      IOException - on error while writing the files