public class NoneOutput extends Object implements IAgentOutput
Constructor and Description |
---|
NoneOutput() |
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shutdown the agent controller and clean up any resources it has created.
|
void |
startup(AgentOptions options,
RuntimeData data)
Configure the agent controller with the supplied options and connect it
to the coverage runtime
|
void |
writeExecutionData(boolean reset)
Write all execution data in the runtime to a location determined by the
agent controller.
|
public final void startup(AgentOptions options, RuntimeData data)
IAgentOutput
startup
in interface IAgentOutput
options
- Options used to configure the agent controllerdata
- Execution data for this agentpublic void writeExecutionData(boolean reset)
IAgentOutput
writeExecutionData
in interface IAgentOutput
reset
- if true
execution data is cleared afterwardspublic void shutdown()
IAgentOutput
shutdown
in interface IAgentOutput
Copyright © 2024. All rights reserved.