Uses of Interface
org.jacoco.report.ISourceFileLocator
Packages that use ISourceFileLocator
Package
Description
Common interfaces and utilities for report generation.
-
Uses of ISourceFileLocator in org.jacoco.report
Classes in org.jacoco.report that implement ISourceFileLocatorModifier and TypeClassDescriptionclassLocator for source files that picks source files from a given directory in the file system.classAbstract base class forISourceFileLocatorlocator implementations based onInputStreams.classLocator that searches source files in multipleISourceFileLocatorinstances.Methods in org.jacoco.report with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionvoidMultiSourceFileLocator.add(ISourceFileLocator locator) Adds the given locator.voidIReportGroupVisitor.visitBundle(IBundleCoverage bundle, ISourceFileLocator locator) Called to add a bundle to the report. -
Uses of ISourceFileLocator in org.jacoco.report.internal
Methods in org.jacoco.report.internal with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprotected abstract voidAbstractGroupVisitor.handleBundle(IBundleCoverage bundle, ISourceFileLocator locator) Called to handle the given bundle in a specific way.final voidAbstractGroupVisitor.visitBundle(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprotected voidHTMLGroupVisitor.handleBundle(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.internal.html.page
Constructors in org.jacoco.report.internal.html.page with parameters of type ISourceFileLocatorModifierConstructorDescriptionBundlePage(IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.PackagePage(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.PackageSourcePage(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context, ILinkable packagePage) Creates a new visitor in the given context. -
Uses of ISourceFileLocator in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprotected voidXMLGroupVisitor.handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)