Package org.jacoco.ant
Class ReportTask.CSVFormatterElement
java.lang.Object
org.jacoco.ant.ReportTask.CSVFormatterElement
- Enclosing class:
ReportTask
Formatter element for CSV reports.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestfile(File destfile) Sets the output file for the report.voidsetEncoding(String encoding) Sets the output encoding for generated XML file.
-
Constructor Details
-
CSVFormatterElement
public CSVFormatterElement()
-
-
Method Details
-
setDestfile
Sets the output file for the report.- Parameters:
destfile- output file
-
createVisitor
- Throws:
IOException
-
setEncoding
Sets the output encoding for generated XML file. Default is UTF-8.- Parameters:
encoding- output encoding
-