|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IReportGroupVisitor | |
|---|---|
| org.jacoco.report | Common interfaces and utilities for report generation. |
| org.jacoco.report.internal | |
| org.jacoco.report.internal.html | |
| org.jacoco.report.internal.xml | |
| Uses of IReportGroupVisitor in org.jacoco.report |
|---|
| Subinterfaces of IReportGroupVisitor in org.jacoco.report | |
|---|---|
interface |
IReportVisitor
Interface for all implementations to retrieve structured report data. |
| Classes in org.jacoco.report that implement IReportGroupVisitor | |
|---|---|
class |
MultiReportVisitor
A report visitor that is composed from multiple other visitors. |
| Methods in org.jacoco.report that return IReportGroupVisitor | |
|---|---|
IReportGroupVisitor |
IReportGroupVisitor.visitGroup(String name)
Called to add a new group to the report. |
| Uses of IReportGroupVisitor in org.jacoco.report.internal |
|---|
| Classes in org.jacoco.report.internal that implement IReportGroupVisitor | |
|---|---|
class |
AbstractGroupVisitor
Internal base visitor to calculate group counter summaries for hierarchical reports. |
| Methods in org.jacoco.report.internal that return IReportGroupVisitor | |
|---|---|
IReportGroupVisitor |
AbstractGroupVisitor.visitGroup(String name)
|
| Uses of IReportGroupVisitor in org.jacoco.report.internal.html |
|---|
| Classes in org.jacoco.report.internal.html that implement IReportGroupVisitor | |
|---|---|
class |
HTMLGroupVisitor
Group visitor for HTML reports. |
| Uses of IReportGroupVisitor in org.jacoco.report.internal.xml |
|---|
| Classes in org.jacoco.report.internal.xml that implement IReportGroupVisitor | |
|---|---|
class |
XMLGroupVisitor
A IReportGroupVisitor that transforms the report
structure into XML elements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||