org.pentaho.reporting.engine.classic.core.modules.gui.plaintext
Class PlainTextExportTask

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

public class PlainTextExportTask
extends Object
implements Runnable

An export task implementation that writes the report into a plain text file.

Author:
Thomas Morgner

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

Constructor Detail

PlainTextExportTask

public PlainTextExportTask(MasterReport report,
                           ReportProgressDialog dialog,
                           SwingGuiContext swingGuiContext)
Creates a new plain text export task.

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

run

public void run()
Exports the report into a plain text file.

Specified by:
run in interface Runnable