public final class BundleCreator extends Object
| Constructor and Description |
|---|
BundleCreator(org.apache.maven.project.MavenProject project,
FileFilter fileFilter,
org.apache.maven.plugin.logging.Log log)
Construct a new BundleCreator given the MavenProject and FileFilter.
|
| Modifier and Type | Method and Description |
|---|---|
org.jacoco.core.analysis.IBundleCoverage |
createBundle(org.jacoco.core.data.ExecutionDataStore executionDataStore)
Create an IBundleCoverage for the given ExecutionDataStore.
|
public BundleCreator(org.apache.maven.project.MavenProject project,
FileFilter fileFilter,
org.apache.maven.plugin.logging.Log log)
project - the MavenProjectfileFilter - the FileFilterlog - for log outputpublic org.jacoco.core.analysis.IBundleCoverage createBundle(org.jacoco.core.data.ExecutionDataStore executionDataStore)
throws IOException
executionDataStore - the execution data.IOException - if class files can't be readCopyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.