| 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 | 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 | Description |
|---|---|---|
IReportVisitor |
HTMLFormatter.createVisitor(IMultiReportOutput output) |
Creates a new visitor to write a report to the given output.
|
| Constructor | Description |
|---|---|
ReportOutputFolder(IMultiReportOutput output) |
Creates a new root folder for the given output.
|
Copyright © 2018. All rights reserved.