Uses of Interface
org.jacoco.core.analysis.ISourceFileCoverage

Packages that use ISourceFileCoverage
org.jacoco.core.analysis Coverage calculation and analysis. 
org.jacoco.core.internal.analysis   
 

Uses of ISourceFileCoverage in org.jacoco.core.analysis
 

Methods in org.jacoco.core.analysis that return types with arguments of type ISourceFileCoverage
 Collection<ISourceFileCoverage> CoverageBuilder.getSourceFiles()
          Returns all source file nodes currently contained in this builder.
 Collection<ISourceFileCoverage> IPackageCoverage.getSourceFiles()
          Returns all source files in this package.
 

Uses of ISourceFileCoverage in org.jacoco.core.internal.analysis
 

Classes in org.jacoco.core.internal.analysis that implement ISourceFileCoverage
 class SourceFileCoverageImpl
          Implementation of ISourceFileCoverage.
 

Methods in org.jacoco.core.internal.analysis that return types with arguments of type ISourceFileCoverage
 Collection<ISourceFileCoverage> PackageCoverageImpl.getSourceFiles()
           
 

Constructor parameters in org.jacoco.core.internal.analysis with type arguments of type ISourceFileCoverage
BundleCoverageImpl(String name, Collection<IClassCoverage> classes, Collection<ISourceFileCoverage> sourcefiles)
          Creates a new instance of a bundle with the given name.
PackageCoverageImpl(String name, Collection<IClassCoverage> classes, Collection<ISourceFileCoverage> sourceFiles)
          Creates package node instance for a package with the given name.
 



Copyright © 2009-2014 Mountainminds GmbH & Co. KG. All Rights Reserved.