Uses of Interface
org.jacoco.core.analysis.IBundleCoverage
-
Packages that use IBundleCoverage Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.report Common interfaces and utilities for report generation.org.jacoco.report.internal org.jacoco.report.internal.html org.jacoco.report.internal.html.page org.jacoco.report.internal.xml -
-
Uses of IBundleCoverage in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return IBundleCoverage Modifier and Type Method Description IBundleCoverageCoverageBuilder. getBundle(java.lang.String name)Creates a bundle from all nodes currently contained in this bundle. -
Uses of IBundleCoverage in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement IBundleCoverage Modifier and Type Class Description classBundleCoverageImplImplementation ofIBundleCoverage. -
Uses of IBundleCoverage in org.jacoco.report
Methods in org.jacoco.report with parameters of type IBundleCoverage Modifier and Type Method Description voidIReportGroupVisitor. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator)Called to add a bundle to the the report. -
Uses of IBundleCoverage in org.jacoco.report.internal
Methods in org.jacoco.report.internal with parameters of type IBundleCoverage Modifier and Type Method Description protected abstract voidAbstractGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)Called to handle the given bundle in a specific way.voidAbstractGroupVisitor. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of IBundleCoverage in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html with parameters of type IBundleCoverage Modifier and Type Method Description protected voidHTMLGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of IBundleCoverage in org.jacoco.report.internal.html.page
Constructors in org.jacoco.report.internal.html.page with parameters of type IBundleCoverage Constructor Description BundlePage(IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context)Creates a new visitor in the given context. -
Uses of IBundleCoverage in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type IBundleCoverage Modifier and Type Method Description protected voidXMLGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)static voidXMLCoverageWriter. writeBundle(IBundleCoverage bundle, ReportElement element)Writes the structure of a given bundle.
-