| 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 | Description |
|---|---|---|
interface |
IReportVisitor |
Interface for all implementations to retrieve structured report data.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultiReportVisitor |
A report visitor that is composed from multiple other visitors.
|
| Modifier and Type | Method | Description |
|---|---|---|
IReportGroupVisitor |
IReportGroupVisitor.visitGroup(java.lang.String name) |
Called to add a new group to the report.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractGroupVisitor |
Internal base visitor to calculate group counter summaries for hierarchical
reports.
|
| Modifier and Type | Method | Description |
|---|---|---|
IReportGroupVisitor |
AbstractGroupVisitor.visitGroup(java.lang.String name) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HTMLGroupVisitor |
Group visitor for HTML reports.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
XMLGroupVisitor |
A
IReportGroupVisitor that transforms the report
structure into XML elements. |
Copyright © 2018. All rights reserved.