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 |
---|---|
IBundleCoverage |
createBundle(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 IBundleCoverage createBundle(ExecutionDataStore executionDataStore) throws IOException
executionDataStore
- the execution data.IOException
- if class files can't be readCopyright © 2014. All rights reserved.