Uses of Class
eu.lindenbaum.maven.cover.FunctionCoverData

Packages that use FunctionCoverData
eu.lindenbaum.maven.cover   
 

Uses of FunctionCoverData in eu.lindenbaum.maven.cover
 

Methods in eu.lindenbaum.maven.cover that return FunctionCoverData
 FunctionCoverData ModuleCoverData.getFunctionCoverData(String inFunction)
          Get the coverage data for a given function.
 

Methods in eu.lindenbaum.maven.cover that return types with arguments of type FunctionCoverData
 Collection<FunctionCoverData> ModuleCoverData.getFunctionCoverData()
          Get the coverage data for all functions.
 

Methods in eu.lindenbaum.maven.cover with parameters of type FunctionCoverData
 void ModuleCoverData.putFunctionCoverData(String inFunction, FunctionCoverData inCoverData)
          Fill the module cover data with function data.
 



Copyright © 2010 Lindenbaum GmbH. All Rights Reserved.