org.jacoco.maven
Class BundleCreator
java.lang.Object
org.jacoco.maven.BundleCreator
public final class BundleCreator
- extends Object
Creates an IBundleCoverage.
|
Constructor Summary |
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. |
|
Method Summary |
org.jacoco.core.analysis.IBundleCoverage |
createBundle(org.jacoco.core.data.ExecutionDataStore executionDataStore)
Create an IBundleCoverage for the given ExecutionDataStore. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleCreator
public 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.
- Parameters:
project - the MavenProjectfileFilter - the FileFilterlog - for log output
createBundle
public org.jacoco.core.analysis.IBundleCoverage createBundle(org.jacoco.core.data.ExecutionDataStore executionDataStore)
throws IOException
- Create an IBundleCoverage for the given ExecutionDataStore.
- Parameters:
executionDataStore - the execution data.
- Returns:
- the coverage data.
- Throws:
IOException - if class files can't be read
Copyright © 2009-2014 Mountainminds GmbH & Co. KG. All Rights Reserved.