Uses of Interface
org.jacoco.core.runtime.IRemoteCommandVisitor
-
Packages that use IRemoteCommandVisitor Package Description org.jacoco.agent.rt.internal.output org.jacoco.core.runtime 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 IRemoteCommandVisitor Modifier and Type Class Description (package private) class
TcpConnection
Handler for a single socket based remote connection. -
Uses of IRemoteCommandVisitor in org.jacoco.core.runtime
Classes in org.jacoco.core.runtime that implement IRemoteCommandVisitor Modifier and Type Class Description class
RemoteControlWriter
ExecutionDataWriter
with commands added for runtime remote control.Fields in org.jacoco.core.runtime declared as IRemoteCommandVisitor Modifier and Type Field Description private IRemoteCommandVisitor
RemoteControlReader. remoteCommandVisitor
Methods in org.jacoco.core.runtime with parameters of type IRemoteCommandVisitor Modifier and Type Method Description void
RemoteControlReader. setRemoteCommandVisitor(IRemoteCommandVisitor visitor)
Sets an listener for agent commands.
-