Class ReportResultToCsvConverter


  • public class ReportResultToCsvConverter
    extends java.lang.Object
    Author:
    Roman Smirnov
    • Field Detail

      • DELIMITER

        protected static java.lang.String DELIMITER
      • NEW_LINE_SEPARATOR

        protected static java.lang.String NEW_LINE_SEPARATOR
      • DURATION_HEADER

        public static java.lang.String DURATION_HEADER
    • Constructor Detail

      • ReportResultToCsvConverter

        public ReportResultToCsvConverter()
    • Method Detail

      • convertReportResult

        public static java.lang.String convertReportResult​(java.util.List<ReportResult> reports,
                                                           java.lang.String reportType)
      • convertDurationReportResult

        protected static java.lang.String convertDurationReportResult​(java.util.List<ReportResult> reports)