Class HtmlReportGenerator

  • All Implemented Interfaces:
    org.smooks.api.delivery.event.ExecutionEventListener, org.smooks.api.lifecycle.DOMFilterLifecycle, org.smooks.api.lifecycle.FilterLifecycle

    public class HtmlReportGenerator
    extends AbstractReportGenerator
    HTML Execution Report generating ExecutionEventListener.
    Author:
    tom.fennelly@gmail.com
    • Constructor Detail

      • HtmlReportGenerator

        public HtmlReportGenerator​(Writer outputWriter,
                                   org.smooks.api.ApplicationContext applicationContext)
      • HtmlReportGenerator

        public HtmlReportGenerator​(String outputFile,
                                   org.smooks.api.ApplicationContext applicationContext)
                            throws IOException
        Throws:
        IOException
      • HtmlReportGenerator

        protected HtmlReportGenerator​(ReportConfiguration reportConfiguration,
                                      org.smooks.api.ApplicationContext applicationContext)