Package io.quarkus.jacoco.runtime
Class ReportCreator
java.lang.Object
io.quarkus.jacoco.runtime.ReportCreator
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCsvFormatter(Path targetFile, String encoding, List<org.jacoco.report.IReportVisitor> formatters) voidaddHtmlFormatter(Path targetDir, String encoding, String footer, Locale locale, List<org.jacoco.report.IReportVisitor> formatters) voidaddXmlFormatter(Path targetFile, String encoding, List<org.jacoco.report.IReportVisitor> formatters) voidrun()
-
Constructor Details
-
ReportCreator
-
-
Method Details
-
run
public void run() -
addXmlFormatter
public void addXmlFormatter(Path targetFile, String encoding, List<org.jacoco.report.IReportVisitor> formatters) throws IOException - Throws:
IOException
-
addCsvFormatter
public void addCsvFormatter(Path targetFile, String encoding, List<org.jacoco.report.IReportVisitor> formatters) throws IOException - Throws:
IOException
-
addHtmlFormatter
public void addHtmlFormatter(Path targetDir, String encoding, String footer, Locale locale, List<org.jacoco.report.IReportVisitor> formatters) throws IOException - Throws:
IOException
-