Uses of Class
org.jacoco.core.data.ExecutionDataStore
Packages that use ExecutionDataStore
Package
Description
Coverage calculation and analysis.
Representation and persistence of execution data and session information.
Runtime control and execution data collection.
Collection of tools build on top of the JaCoCo core APIs.
-
Uses of ExecutionDataStore in org.jacoco.ant
Fields in org.jacoco.ant declared as ExecutionDataStore -
Uses of ExecutionDataStore in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type ExecutionDataStoreModifier and TypeMethodDescriptionprivate IBundleCoverage
Report.analyze
(ExecutionDataStore data, PrintWriter out) -
Uses of ExecutionDataStore in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis declared as ExecutionDataStoreConstructors in org.jacoco.core.analysis with parameters of type ExecutionDataStoreModifierConstructorDescriptionAnalyzer
(ExecutionDataStore executionData, ICoverageVisitor coverageVisitor) Creates a new analyzer reporting to the given output. -
Uses of ExecutionDataStore in org.jacoco.core.data
Methods in org.jacoco.core.data with parameters of type ExecutionDataStoreModifier and TypeMethodDescriptionvoid
ExecutionDataStore.subtract
(ExecutionDataStore store) Subtracts all probes in the given execution data store from this store. -
Uses of ExecutionDataStore in org.jacoco.core.runtime
Fields in org.jacoco.core.runtime declared as ExecutionDataStoreModifier and TypeFieldDescriptionprotected final ExecutionDataStore
RuntimeData.store
store for execution data -
Uses of ExecutionDataStore in org.jacoco.core.tools
Fields in org.jacoco.core.tools declared as ExecutionDataStoreMethods in org.jacoco.core.tools that return ExecutionDataStoreModifier and TypeMethodDescriptionExecFileLoader.getExecutionDataStore()
Returns the execution data store with data for all loaded classes.