Uses of Interface
org.jacoco.agent.rt.internal.output.IAgentOutput
-
Packages that use IAgentOutput Package Description org.jacoco.agent.rt.internal org.jacoco.agent.rt.internal.output -
-
Uses of IAgentOutput in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as IAgentOutput Modifier and Type Field Description private IAgentOutput
Agent. output
Methods in org.jacoco.agent.rt.internal that return IAgentOutput Modifier and Type Method Description (package private) IAgentOutput
Agent. createAgentOutput()
Create output implementation as given by the agent options. -
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.
-