Uses of Interface
org.jacoco.agent.rt.internal.output.IAgentOutput
Packages that use IAgentOutput
-
Uses of IAgentOutput in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as IAgentOutputMethods in org.jacoco.agent.rt.internal that return IAgentOutputModifier and TypeMethodDescription(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 IAgentOutputModifier and TypeClassDescriptionclass
Local only agent output that will write coverage data to the filesystem.class
Output that does nothing.class
Output that connects to a TCP port.class
Output that opens TCP server socket.