Class VerboseExporter

    • Constructor Detail

      • VerboseExporter

        public VerboseExporter​(Exporter delegate)
    • Method Detail

      • exportData

        public void exportData​(File file,
                               List<SheetTemplate> templates,
                               WorkbookExporter workbookExporter,
                               cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler,
                               cdc.util.events.ProgressController controller)
                        throws IOException
        Description copied from interface: Exporter
        Export data to a file.
        Specified by:
        exportData in interface Exporter
        Parameters:
        file - The file to generate.
        templates - The list of templates for which sheets must be generated.
        workbookExporter - The workbook exporter to be used to extract data to export.
        issuesHandler - The issues handler.
        controller - The controller.
        Throws:
        IOException - When an IO error occurs.
      • exportData

        public void exportData​(OutputStream out,
                               String systemId,
                               ImpExFormat format,
                               List<SheetTemplate> templates,
                               WorkbookExporter workbookExporter,
                               cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler,
                               cdc.util.events.ProgressController controller)
                        throws IOException
        Description copied from interface: Exporter
        Export data to an output stream using a format.
        Specified by:
        exportData in interface Exporter
        Parameters:
        out - The output stream.
        systemId - The system id.
        format - The format.
        templates - The list of templates for which sheets must be generated.
        workbookExporter - The workbook exporter to be used to extract data to export.
        issuesHandler - The issues handler.
        controller - The controller.
        Throws:
        IOException - When an IO error occurs.