Package cdc.issues

Class IssuesFactory

    • Method Detail

      • canExportTo

        public boolean canExportTo​(File file)
      • createIssuesWriter

        public IssuesWriter createIssuesWriter​(File file)
        Creates an IssuesWriter.

        See IssuesFormat.isExportFormat() for a list of supported formats.

        Parameters:
        file - The file for which an IssuesWriter must be created.
        Returns:
        A new IssueWriter which can produce file.
        Throws:
        IllegalArgumentException - When file is null or has an unrecognized extension.
      • canImportFrom

        public boolean canImportFrom​(File file)