Class CheckedWorkbookImporter

    • Constructor Detail

      • CheckedWorkbookImporter

        public CheckedWorkbookImporter()
    • Method Detail

      • beginImport

        public void beginImport​(String systemId,
                                cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)
        Description copied from interface: WorkbookImporter
        Invoked to notify the beginning of import.
        Specified by:
        beginImport in interface WorkbookImporter
        Parameters:
        systemId - The system if of the imported data.
        issuesHandler - The issues handler that should be used by the application to generate new issues.
      • endImport

        public void endImport​(String systemId,
                              cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)
        Description copied from interface: WorkbookImporter
        Invoked to notify the end of import.
        Specified by:
        endImport in interface WorkbookImporter
        Parameters:
        systemId - The system if of the imported data.
        issuesHandler - The issues handler that should be used by the application to generate new issues.