Class ReportTask.CSVFormatterElement

    • Field Detail

      • destfile

        private java.io.File destfile
      • encoding

        private java.lang.String encoding
    • Constructor Detail

      • CSVFormatterElement

        public CSVFormatterElement()
    • Method Detail

      • setDestfile

        public void setDestfile​(java.io.File destfile)
        Sets the output file for the report.
        Parameters:
        destfile - output file
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
        Sets the output encoding for generated XML file. Default is UTF-8.
        Parameters:
        encoding - output encoding