public final class BundleCreator extends Object
Constructor and Description |
---|
BundleCreator(org.apache.maven.project.MavenProject project,
FileFilter fileFilter)
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)
project
- the MavenProjectfileFilter
- the FileFilterpublic IBundleCoverage createBundle(ExecutionDataStore executionDataStore) throws IOException
executionDataStore
- the execution data.IOException
Copyright © 2013. All Rights Reserved.