Class FrontierReportCsvExport


  • public class FrontierReportCsvExport
    extends java.lang.Object
    Utility class implementing the export of a frontier report object to a CSV file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void outputAsCsv​(InMemoryFrontierReport report, java.io.PrintWriter pw, java.lang.String separator)
      Outputs the report as CSV, using the given writer and the given field separator.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • outputAsCsv

        public static void outputAsCsv​(InMemoryFrontierReport report,
                                       java.io.PrintWriter pw,
                                       java.lang.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.