Uses of Package
org.jacoco.core.data

Packages that use org.jacoco.core.data
org.jacoco.core.analysis Coverage calculation and analysis. 
org.jacoco.core.data Representation and persistence of execution data and session information. 
org.jacoco.core.runtime Runtime control and execution data collection. 
org.jacoco.core.tools Collection of tools build on top of the JaCoCo core APIs. 
org.jacoco.report Common interfaces and utilities for report generation. 
 

Classes in org.jacoco.core.data used by org.jacoco.core.analysis
ExecutionDataStore
          In-memory data store for execution data.
 

Classes in org.jacoco.core.data used by org.jacoco.core.data
ExecutionData
          Execution data for a single Java class.
ExecutionDataStore
          In-memory data store for execution data.
IExecutionDataVisitor
          Interface for data output of collected execution data.
IncompatibleExecDataVersionException
          Signals that execution data in an incompatible version was tried to read.
ISessionInfoVisitor
          Interface for data output of collected session information.
SessionInfo
          Data object describing a session which was the source of execution data.
 

Classes in org.jacoco.core.data used by org.jacoco.core.runtime
ExecutionData
          Execution data for a single Java class.
ExecutionDataReader
          Deserialization of execution data from binary streams.
ExecutionDataStore
          In-memory data store for execution data.
ExecutionDataWriter
          Serialization of execution data into binary streams.
IExecutionDataVisitor
          Interface for data output of collected execution data.
ISessionInfoVisitor
          Interface for data output of collected session information.
 

Classes in org.jacoco.core.data used by org.jacoco.core.tools
ExecutionDataStore
          In-memory data store for execution data.
SessionInfoStore
          Container to collect and merge session SessionInfo objects.
 

Classes in org.jacoco.core.data used by org.jacoco.report
ExecutionData
          Execution data for a single Java class.
SessionInfo
          Data object describing a session which was the source of execution data.
 



Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.