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

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

public class HtmlDirExportTask
extends Object
implements Runnable

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

Author:
Thomas Morgner

Constructor Summary
HtmlDirExportTask(MasterReport report, ReportProgressDialog progressDialog, 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

HtmlDirExportTask

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

Parameters:
progressDialog - the progress monitor component (may be null).
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