Package | Description |
---|---|
org.jacoco.agent.rt.internal | |
org.jacoco.agent.rt.internal.output |
Modifier and Type | Method | Description |
---|---|---|
static Agent |
Agent.getInstance(AgentOptions options) |
Returns a global instance which is already started.
|
Constructor | Description |
---|---|
CoverageTransformer(IRuntime runtime,
AgentOptions options,
IExceptionLogger logger) |
New transformer with the given delegates.
|
Modifier and Type | Method | Description |
---|---|---|
protected java.net.ServerSocket |
TcpServerOutput.createServerSocket(AgentOptions options) |
Open a server socket based on the given configuration.
|
protected java.net.Socket |
TcpClientOutput.createSocket(AgentOptions options) |
Open a socket based on the given configuration.
|
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 runtime
|
void |
NoneOutput.startup(AgentOptions options,
RuntimeData data) |
|
void |
TcpClientOutput.startup(AgentOptions options,
RuntimeData data) |
|
void |
TcpServerOutput.startup(AgentOptions options,
RuntimeData data) |
Copyright © 2018. All rights reserved.