Uses of Class
org.jacoco.core.runtime.AgentOptions
Packages that use AgentOptions
Package
Description
-
Uses of AgentOptions in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as AgentOptionsMethods in org.jacoco.agent.rt.internal with parameters of type AgentOptionsModifier and TypeMethodDescriptionstatic Agent
Agent.getInstance
(AgentOptions options) Returns a global instance which is already started.Constructors in org.jacoco.agent.rt.internal with parameters of type AgentOptionsModifierConstructorDescription(package private)
Agent
(AgentOptions options, IExceptionLogger logger) Creates a new agent with the given agent options.CoverageTransformer
(IRuntime runtime, AgentOptions options, IExceptionLogger logger) New transformer with the given delegates. -
Uses of AgentOptions in org.jacoco.agent.rt.internal.output
Methods in org.jacoco.agent.rt.internal.output with parameters of type AgentOptionsModifier and TypeMethodDescriptionprotected ServerSocket
TcpServerOutput.createServerSocket
(AgentOptions options) Open a server socket based on the given configuration.protected Socket
TcpClientOutput.createSocket
(AgentOptions options) Open a socket based on the given configuration.final void
FileOutput.startup
(AgentOptions options, RuntimeData data) void
IAgentOutput.startup
(AgentOptions options, RuntimeData data) Configure the agent controller with the supplied options and connect it to the coverage runtimefinal void
NoneOutput.startup
(AgentOptions options, RuntimeData data) void
TcpClientOutput.startup
(AgentOptions options, RuntimeData data) void
TcpServerOutput.startup
(AgentOptions options, RuntimeData data) -
Uses of AgentOptions in org.jacoco.ant
Fields in org.jacoco.ant declared as AgentOptionsMethods in org.jacoco.ant that return AgentOptionsModifier and TypeMethodDescriptionprivate AgentOptions
AbstractCoverageTask.prepareAgentOptions()
-
Uses of AgentOptions in org.jacoco.maven
Methods in org.jacoco.maven that return AgentOptionsModifier and TypeMethodDescription(package private) AgentOptions
AbstractAgentMojo.createAgentOptions()