Uses of Interface
org.jacoco.core.runtime.IRemoteCommandVisitor
Packages that use IRemoteCommandVisitor
Package
Description
Runtime control and execution data collection.
-
Uses of IRemoteCommandVisitor in org.jacoco.agent.rt.internal.output
Classes in org.jacoco.agent.rt.internal.output that implement IRemoteCommandVisitorModifier and TypeClassDescription(package private) classHandler for a single socket based remote connection. -
Uses of IRemoteCommandVisitor in org.jacoco.core.runtime
Classes in org.jacoco.core.runtime that implement IRemoteCommandVisitorModifier and TypeClassDescriptionclassExecutionDataWriterwith commands added for runtime remote control.Fields in org.jacoco.core.runtime declared as IRemoteCommandVisitorModifier and TypeFieldDescriptionprivate IRemoteCommandVisitorRemoteControlReader.remoteCommandVisitorMethods in org.jacoco.core.runtime with parameters of type IRemoteCommandVisitorModifier and TypeMethodDescriptionvoidRemoteControlReader.setRemoteCommandVisitor(IRemoteCommandVisitor visitor) Sets an listener for agent commands.