|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgentOptions.OutputMode | |
|---|---|
| org.jacoco.core.runtime | Runtime control and execution data collection. |
| Uses of AgentOptions.OutputMode in org.jacoco.core.runtime |
|---|
| Methods in org.jacoco.core.runtime that return AgentOptions.OutputMode | |
|---|---|
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. |
| Methods in org.jacoco.core.runtime with parameters of type AgentOptions.OutputMode | |
|---|---|
void |
AgentOptions.setOutput(AgentOptions.OutputMode output)
Sets the output mode |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||