Package | Description |
---|---|
org.jacoco.report |
Common interfaces and utilities for report generation.
|
Modifier and Type | Class and Description |
---|---|
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 InputStream s. |
class |
MultiSourceFileLocator
Locator that searches source files in multiple
ISourceFileLocator
instances. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.