Uses of Interface
org.jacoco.report.IReportGroupVisitor
-
Packages that use IReportGroupVisitor 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 -
-
Uses of IReportGroupVisitor in org.jacoco.report
Subinterfaces of IReportGroupVisitor in org.jacoco.report Modifier and Type Interface Description interfaceIReportVisitorInterface for all implementations to retrieve structured report data.Classes in org.jacoco.report that implement IReportGroupVisitor Modifier and Type Class Description classMultiReportVisitorA report visitor that is composed from multiple other visitors.Methods in org.jacoco.report that return IReportGroupVisitor Modifier and Type Method Description IReportGroupVisitorIReportGroupVisitor. visitGroup(java.lang.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 Modifier and Type Class Description classAbstractGroupVisitorInternal base visitor to calculate group counter summaries for hierarchical reports.Methods in org.jacoco.report.internal that return IReportGroupVisitor Modifier and Type Method Description IReportGroupVisitorAbstractGroupVisitor. visitGroup(java.lang.String name) -
Uses of IReportGroupVisitor in org.jacoco.report.internal.html
Classes in org.jacoco.report.internal.html that implement IReportGroupVisitor Modifier and Type Class Description classHTMLGroupVisitorGroup visitor for HTML reports. -
Uses of IReportGroupVisitor in org.jacoco.report.internal.xml
Classes in org.jacoco.report.internal.xml that implement IReportGroupVisitor Modifier and Type Class Description classXMLGroupVisitorAIReportGroupVisitorthat transforms the report structure into XML elements.
-