Class IssuesFactory


  • public class IssuesFactory
    extends Object
    • Method Detail

      • createIssuesWriter

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

        Currently, supported formats are: CSV, JSON, ODS, XLS, XLSM, XSLX.

        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.