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 classFileOutputLocal only agent output that will write coverage data to the filesystem.classNoneOutputOutput that does nothing.classTcpClientOutputOutput that connects to a TCP port.classTcpServerOutputOutput that opens TCP server socket.
-