| Package | Description |
|---|---|
| org.jacoco.report |
Common interfaces and utilities for report generation.
|
| org.jacoco.report.internal | |
| org.jacoco.report.internal.html | |
| org.jacoco.report.internal.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReportVisitor
Interface for all implementations to retrieve structured report data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiReportVisitor
A report visitor that is composed from multiple other visitors.
|
| Modifier and Type | Method and Description |
|---|---|
IReportGroupVisitor |
IReportGroupVisitor.visitGroup(String name)
Called to add a new group to the report.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGroupVisitor
Internal base visitor to calculate group counter summaries for hierarchical
reports.
|
| Modifier and Type | Method and Description |
|---|---|
IReportGroupVisitor |
AbstractGroupVisitor.visitGroup(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLGroupVisitor
Group visitor for HTML reports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLGroupVisitor
A
IReportGroupVisitor that transforms the report
structure into XML elements. |
Copyright © 2024. All rights reserved.