Package | Description |
---|---|
org.jacoco.agent.rt | |
org.jacoco.agent.rt.controller | |
org.jacoco.ant |
Constructor and Description |
---|
CoverageTransformer(IRuntime runtime,
AgentOptions options,
IExceptionLogger logger)
New transformer with the given delegates.
|
JacocoAgent(AgentOptions options,
IExceptionLogger logger)
Creates a new agent with the given agent options.
|
Modifier and Type | Method and Description |
---|---|
protected ServerSocket |
TcpServerController.createServerSocket(AgentOptions options)
Open a server socket based on the given configuration.
|
protected Socket |
TcpClientController.createSocket(AgentOptions options)
Open a socket based on the given configuration.
|
void |
MBeanController.startup(AgentOptions options,
IRuntime runtime) |
void |
TcpServerController.startup(AgentOptions options,
IRuntime runtime) |
void |
TcpClientController.startup(AgentOptions options,
IRuntime runtime) |
void |
IAgentController.startup(AgentOptions options,
IRuntime runtime)
Configure the agent controller with the supplied options and connect it
to the coverage runtime
|
void |
LocalController.startup(AgentOptions options,
IRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
AgentOptions |
AbstractCoverageTask.getAgentOptions()
Gets the currently configured agent options for this task
|
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.