Uses of Package
org.jacoco.core.data
-
Packages that use org.jacoco.core.data Package Description org.jacoco.ant org.jacoco.cli.internal.commands 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.org.jacoco.report.internal.html.page org.jacoco.report.internal.xml -
Classes in org.jacoco.core.data used by org.jacoco.ant Class Description ExecutionDataStore In-memory data store for execution data.SessionInfoStore Container to collect and merge sessionSessionInfo
objects. -
Classes in org.jacoco.core.data used by org.jacoco.cli.internal.commands Class Description ExecutionDataStore In-memory data store for execution data. -
Classes in org.jacoco.core.data used by org.jacoco.core.analysis Class Description ExecutionDataStore In-memory data store for execution data. -
Classes in org.jacoco.core.data used by org.jacoco.core.data Class Description 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 Class Description 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 Class Description ExecutionDataStore In-memory data store for execution data.SessionInfoStore Container to collect and merge sessionSessionInfo
objects. -
Classes in org.jacoco.core.data used by org.jacoco.report Class Description ExecutionData Execution data for a single Java class.SessionInfo Data object describing a session which was the source of execution data. -
Classes in org.jacoco.core.data used by org.jacoco.report.internal.html.page Class Description ExecutionData Execution data for a single Java class.SessionInfo Data object describing a session which was the source of execution data. -
Classes in org.jacoco.core.data used by org.jacoco.report.internal.xml Class Description SessionInfo Data object describing a session which was the source of execution data.