Class ReportSuiteMaker


  • public class ReportSuiteMaker
    extends java.lang.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)
    • Constructor Detail

      • ReportSuiteMaker

        public ReportSuiteMaker​(ReportConfig config,
                                java.lang.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,
                                java.lang.String notesHTML,
                                java.util.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 Detail

      • 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 java.io.IOException
        TODO: Don't throw exception
        Throws:
        java.io.IOException - on error while writing the files