|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISourceFileLocator | |
|---|---|
| org.jacoco.report | Common interfaces and utilities for report generation. |
| 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(IBundleCoverage bundle,
ISourceFileLocator locator)
Called to add a bundle to the the report. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||