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) IAgentOutputAgent.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 TypeClassDescriptionclassLocal only agent output that will write coverage data to the filesystem.classOutput that does nothing.classOutput that connects to a TCP port.classOutput that opens TCP server socket.