org.pentaho.reporting.engine.classic.core.modules.gui.html
Class HtmlZipExportTask

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlZipExportTask
All Implemented Interfaces:
Runnable

public class HtmlZipExportTask
extends Object
implements Runnable

An export task implementation that exports the report into a ZIPped Html directory structure.

Author:
Thomas Morgner

Constructor Summary
HtmlZipExportTask(MasterReport report, ReportProgressDialog dialog, SwingGuiContext swingGuiContext)
          Creates a new html export task.
 
Method Summary
 void run()
          Exports the report into a Html Directory Structure.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlZipExportTask

public HtmlZipExportTask(MasterReport report,
                         ReportProgressDialog dialog,
                         SwingGuiContext swingGuiContext)
                  throws ReportProcessingException
Creates a new html export task.

Parameters:
dialog - the progress monitor component.
report - the report that should be exported.
Throws:
ReportProcessingException
Method Detail

run

public void run()
Exports the report into a Html Directory Structure.

Specified by:
run in interface Runnable