Uses of Class
org.jacoco.core.runtime.AgentOptions
-
Packages that use AgentOptions Package Description org.jacoco.agent.rt.internal org.jacoco.agent.rt.internal.output org.jacoco.ant org.jacoco.maven -
-
Uses of AgentOptions in org.jacoco.agent.rt.internal
Fields in org.jacoco.agent.rt.internal declared as AgentOptions Modifier and Type Field Description private AgentOptionsAgent. optionsMethods in org.jacoco.agent.rt.internal with parameters of type AgentOptions Modifier and Type Method Description static AgentAgent. getInstance(AgentOptions options)Returns a global instance which is already started.Constructors in org.jacoco.agent.rt.internal with parameters of type AgentOptions Constructor Description 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 AgentOptions Modifier and Type Method Description protected java.net.ServerSocketTcpServerOutput. createServerSocket(AgentOptions options)Open a server socket based on the given configuration.protected java.net.SocketTcpClientOutput. createSocket(AgentOptions options)Open a socket based on the given configuration.voidFileOutput. startup(AgentOptions options, RuntimeData data)voidIAgentOutput. startup(AgentOptions options, RuntimeData data)Configure the agent controller with the supplied options and connect it to the coverage runtimevoidNoneOutput. startup(AgentOptions options, RuntimeData data)voidTcpClientOutput. startup(AgentOptions options, RuntimeData data)voidTcpServerOutput. startup(AgentOptions options, RuntimeData data) -
Uses of AgentOptions in org.jacoco.ant
Fields in org.jacoco.ant declared as AgentOptions Modifier and Type Field Description private AgentOptionsAbstractCoverageTask. agentOptionsMethods in org.jacoco.ant that return AgentOptions Modifier and Type Method Description private AgentOptionsAbstractCoverageTask. prepareAgentOptions() -
Uses of AgentOptions in org.jacoco.maven
Methods in org.jacoco.maven that return AgentOptions Modifier and Type Method Description (package private) AgentOptionsAbstractAgentMojo. createAgentOptions()
-