Class CheckedWorkbookExporter

    • Constructor Detail

      • CheckedWorkbookExporter

        public CheckedWorkbookExporter()
    • Method Detail

      • beginExtraction

        public void beginExtraction​(cdc.issues.api.IssuesHandler<? super ExportIssue> issuesHandler)
        Description copied from interface: WorkbookExporter
        Invoked to begin an extraction.
        Specified by:
        beginExtraction in interface WorkbookExporter
        Parameters:
        issuesHandler - The issues handler that should be used by the application to generate new issues.
      • endExtraction

        public void endExtraction​(cdc.issues.api.IssuesHandler<? super ExportIssue> issuesHandler)
        Description copied from interface: WorkbookExporter
        Invoked to end an extraction.
        Specified by:
        endExtraction in interface WorkbookExporter
        Parameters:
        issuesHandler - The issues handler that should be used by the application to generate new issues.