Uses of Interface
org.jacoco.report.ISourceFileLocator

Packages that use ISourceFileLocator
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 ISourceFileLocator in org.jacoco.report
 

Classes in org.jacoco.report that implement ISourceFileLocator
 class DirectorySourceFileLocator
          Locator for source files that picks source files from a given directory in the file system.
 class InputStreamSourceFileLocator
          Abstract base class for ISourceFileLocator locator implementations based on InputStreams.
 class MultiSourceFileLocator
          Locator that searches source files in multiple ISourceFileLocator instances.
 

Methods in org.jacoco.report with parameters of type ISourceFileLocator
 void MultiSourceFileLocator.add(ISourceFileLocator locator)
          Adds the given locator.
 void IReportGroupVisitor.visitBundle(org.jacoco.core.analysis.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 ISourceFileLocator
protected abstract  void AbstractGroupVisitor.handleBundle(org.jacoco.core.analysis.IBundleCoverage bundle, ISourceFileLocator locator)
          Called to handle the given bundle in a specific way.
 void AbstractGroupVisitor.visitBundle(org.jacoco.core.analysis.IBundleCoverage bundle, ISourceFileLocator locator)
           
 

Uses of ISourceFileLocator in org.jacoco.report.internal.html
 

Methods in org.jacoco.report.internal.html with parameters of type ISourceFileLocator
protected  void HTMLGroupVisitor.handleBundle(org.jacoco.core.analysis.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 ISourceFileLocator
BundlePage(org.jacoco.core.analysis.IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context)
          Creates a new visitor in the given context.
PackagePage(org.jacoco.core.analysis.IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context)
          Creates a new visitor in the given context.
PackageSourcePage(org.jacoco.core.analysis.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 ISourceFileLocator
protected  void XMLGroupVisitor.handleBundle(org.jacoco.core.analysis.IBundleCoverage bundle, ISourceFileLocator locator)
           
 



Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.