Package | Description |
---|---|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
Modifier and Type | Method | Description |
---|---|---|
AgentOptions.OutputMode |
AgentOptions.getOutput() |
Returns the output mode
|
static AgentOptions.OutputMode |
AgentOptions.OutputMode.valueOf(java.lang.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 | Description |
---|---|---|
void |
AgentOptions.setOutput(AgentOptions.OutputMode output) |
Sets the output mode
|
Copyright © 2018. All rights reserved.