org.jacoco.maven
Class BundleCreator

java.lang.Object
  extended by 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
 

Constructor Detail

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 MavenProject
fileFilter - the FileFilter
log - for log output
Method Detail

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-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.