Uses of Interface
org.jacoco.agent.rt.internal.output.IAgentOutput
-
Packages that use IAgentOutput Package Description org.jacoco.agent.rt.internal.output -
-
Uses of IAgentOutput in org.jacoco.agent.rt.internal.output
Classes in org.jacoco.agent.rt.internal.output that implement IAgentOutput Modifier and Type Class Description class
FileOutput
Local only agent output that will write coverage data to the filesystem.class
NoneOutput
Output that does nothing.class
TcpClientOutput
Output that connects to a TCP port.class
TcpServerOutput
Output that opens TCP server socket.
-