Package | Description |
---|---|
org.jacoco.report |
Common interfaces and utilities for report generation.
|
org.jacoco.report.html |
HTML report implementation.
|
org.jacoco.report.internal |
Modifier and Type | Class and Description |
---|---|
class |
FileMultiReportOutput
Implementation of
IMultiReportOutput that writes files directly to a
given directory. |
class |
ZipMultiReportOutput
Implementation of
IMultiReportOutput that writes files into a
ZipOutputStream . |
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
HTMLFormatter.createVisitor(IMultiReportOutput output)
Creates a new visitor to write a report to the given output.
|
Constructor and Description |
---|
ReportOutputFolder(IMultiReportOutput output)
Creates a new root folder for the given output.
|
Copyright © 2021. All rights reserved.