Uses of Class
org.jacoco.core.data.ExecutionData

Packages that use ExecutionData
org.jacoco.core.data Representation and persistence of execution data and session information. 
 

Uses of ExecutionData in org.jacoco.core.data
 

Methods in org.jacoco.core.data that return ExecutionData
 ExecutionData ExecutionDataStore.get(long id)
          Returns the ExecutionData entry with the given id if it exists in this store.
 ExecutionData ExecutionDataStore.get(Long id, String name, int dataLength)
          Returns the coverage data for the class with the given identifier.
 

Methods in org.jacoco.core.data that return types with arguments of type ExecutionData
 Collection<ExecutionData> ExecutionDataStore.getContents()
          Returns a collection that represents current contents of the store.
 

Methods in org.jacoco.core.data with parameters of type ExecutionData
 void ExecutionData.merge(ExecutionData other)
          Merges the given execution data into the probe data of this object.
 void ExecutionDataStore.put(ExecutionData data)
          Adds the given ExecutionData object into the store.
 void IExecutionDataVisitor.visitClassExecution(ExecutionData data)
          Provides execution data for a class.
 void ExecutionDataStore.visitClassExecution(ExecutionData data)
           
 void ExecutionDataWriter.visitClassExecution(ExecutionData data)
           
 



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