Uses of Interface
org.jacoco.core.data.ISessionInfoVisitor
Packages that use ISessionInfoVisitor
Package
Description
Representation and persistence of execution data and session information.
Runtime control and execution data collection.
-
Uses of ISessionInfoVisitor in org.jacoco.core.data
Classes in org.jacoco.core.data that implement ISessionInfoVisitorModifier and TypeClassDescriptionclassSerialization of execution data into binary streams.classContainer to collect and merge sessionSessionInfoobjects.Fields in org.jacoco.core.data declared as ISessionInfoVisitorModifier and TypeFieldDescriptionprivate ISessionInfoVisitorExecutionDataReader.sessionInfoVisitorMethods in org.jacoco.core.data with parameters of type ISessionInfoVisitorModifier and TypeMethodDescriptionvoidSessionInfoStore.accept(ISessionInfoVisitor visitor) Writes all containedSessionInfoobjects into the given visitor.voidExecutionDataReader.setSessionInfoVisitor(ISessionInfoVisitor visitor) Sets an listener for session information. -
Uses of ISessionInfoVisitor in org.jacoco.core.runtime
Classes in org.jacoco.core.runtime that implement ISessionInfoVisitorModifier and TypeClassDescriptionclassExecutionDataWriterwith commands added for runtime remote control.Methods in org.jacoco.core.runtime with parameters of type ISessionInfoVisitorModifier and TypeMethodDescriptionfinal voidRuntimeData.collect(IExecutionDataVisitor executionDataVisitor, ISessionInfoVisitor sessionInfoVisitor, boolean reset) Collects the current execution data and writes it to the givenIExecutionDataVisitorobject.