Class FrontierReportCsvExport


  • public class FrontierReportCsvExport
    extends Object
    Utility class implementing the export of a frontier report object to a CSV file.
    • Constructor Detail

      • FrontierReportCsvExport

        public FrontierReportCsvExport()
    • Method Detail

      • outputAsCsv

        public static void outputAsCsv​(InMemoryFrontierReport report,
                                       PrintWriter pw,
                                       String separator)
        Outputs the report as CSV, using the given writer and the given field separator. Note that writer is not closed by this method.
        Parameters:
        report - A given InMemoryFrontierReport
        pw - the writer to output to
        separator - the field separator.