org.jacoco.ant
Class ReportTask.CSVFormatterElement

java.lang.Object
  extended by org.jacoco.ant.ReportTask.CSVFormatterElement
Enclosing class:
ReportTask

public class ReportTask.CSVFormatterElement
extends Object

Formatter element for CSV reports.


Constructor Summary
ReportTask.CSVFormatterElement()
           
 
Method Summary
 org.jacoco.report.IReportVisitor createVisitor()
           
 void setDestfile(File destfile)
          Sets the output file for the report.
 void setEncoding(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

ReportTask.CSVFormatterElement

public ReportTask.CSVFormatterElement()
Method Detail

setDestfile

public void setDestfile(File destfile)
Sets the output file for the report.

Parameters:
destfile - output file

createVisitor

public org.jacoco.report.IReportVisitor createVisitor()
                                               throws IOException
Throws:
IOException

setEncoding

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

Parameters:
encoding - output encoding


Copyright © 2009–2019 Mountainminds GmbH & Co. KG. All rights reserved.