Uses of Interface
org.jacoco.core.data.IExecutionDataVisitor
Packages that use IExecutionDataVisitor
Package
Description
Representation and persistence of execution data and session information.
Runtime control and execution data collection.
-
Uses of IExecutionDataVisitor in org.jacoco.core.data
Classes in org.jacoco.core.data that implement IExecutionDataVisitorModifier and TypeClassDescriptionfinal class
In-memory data store for execution data.class
Serialization of execution data into binary streams.Fields in org.jacoco.core.data declared as IExecutionDataVisitorModifier and TypeFieldDescriptionprivate IExecutionDataVisitor
ExecutionDataReader.executionDataVisitor
Methods in org.jacoco.core.data with parameters of type IExecutionDataVisitorModifier and TypeMethodDescriptionvoid
ExecutionDataStore.accept
(IExecutionDataVisitor visitor) Writes the content of the store to the given visitor interface.void
ExecutionDataReader.setExecutionDataVisitor
(IExecutionDataVisitor visitor) Sets an listener for execution data. -
Uses of IExecutionDataVisitor in org.jacoco.core.runtime
Classes in org.jacoco.core.runtime that implement IExecutionDataVisitorModifier and TypeClassDescriptionclass
ExecutionDataWriter
with commands added for runtime remote control.Methods in org.jacoco.core.runtime with parameters of type IExecutionDataVisitorModifier and TypeMethodDescriptionfinal void
RuntimeData.collect
(IExecutionDataVisitor executionDataVisitor, ISessionInfoVisitor sessionInfoVisitor, boolean reset) Collects the current execution data and writes it to the givenIExecutionDataVisitor
object.