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

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

public class HtmlStreamExportTask
extends Object
implements Runnable

An export task implementation that exports the report into a single HTML file.

Author:
Thomas Morgner

Constructor Summary
HtmlStreamExportTask(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

HtmlStreamExportTask

public HtmlStreamExportTask(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