Class ReportTask.CSVFormatterElement

  • Enclosing class:
    ReportTask

    public class ReportTask.CSVFormatterElement
    extends java.lang.Object
    Formatter element for CSV reports.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IReportVisitor createVisitor()  
      void setDestfile​(java.io.File destfile)
      Sets the output file for the report.
      void setEncoding​(java.lang.String encoding)
      Sets the output encoding for generated XML file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • createVisitor

        public IReportVisitor createVisitor()
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • setEncoding

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