Class CSVDataExportTask

  • All Implemented Interfaces:
    Runnable

    public class CSVDataExportTask
    extends Object
    implements Runnable
    An export task implementation that writes an report into a CSV file, and uses the raw target to create layouted content.
    Author:
    Thomas Morgner
    • Method Detail

      • run

        public void run()
        Exports the report into a CSV file.
        Specified by:
        run in interface Runnable