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) class
Handler 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 TypeClassDescriptionclass
ExecutionDataWriter
with commands added for runtime remote control.Fields in org.jacoco.core.runtime declared as IRemoteCommandVisitorModifier and TypeFieldDescriptionprivate IRemoteCommandVisitor
RemoteControlReader.remoteCommandVisitor
Methods in org.jacoco.core.runtime with parameters of type IRemoteCommandVisitorModifier and TypeMethodDescriptionvoid
RemoteControlReader.setRemoteCommandVisitor
(IRemoteCommandVisitor visitor) Sets an listener for agent commands.