Package | Description |
---|---|
org.jacoco.agent.rt.internal | |
org.jacoco.agent.rt.internal.output | |
org.jacoco.ant |
Modifier and Type | Method and Description |
---|---|
static Agent |
Agent.getInstance(AgentOptions options)
Returns a global instance which is already started.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
void |
IAgentOutput.startup(AgentOptions options,
RuntimeData data)
Configure the agent controller with the supplied options and connect it
to the coverage runtime
|
void |
FileOutput.startup(AgentOptions options,
RuntimeData data) |
void |
TcpServerOutput.startup(AgentOptions options,
RuntimeData data) |
void |
NoneOutput.startup(AgentOptions options,
RuntimeData data) |
void |
TcpClientOutput.startup(AgentOptions options,
RuntimeData data) |
Modifier and Type | Method and Description |
---|---|
AgentOptions |
AbstractCoverageTask.getAgentOptions()
Gets the currently configured agent options for this task
|
Copyright © 2013. All Rights Reserved.