Package | Description |
---|---|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Modifier and Type | Method and Description |
---|---|
AgentOptions.OutputMode |
AgentOptions.getOutput()
Returns the output mode
|
static AgentOptions.OutputMode |
AgentOptions.OutputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentOptions.OutputMode[] |
AgentOptions.OutputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentOptions.setOutput(AgentOptions.OutputMode output)
Sets the output mode
|
Copyright © 2013. All rights reserved.