Uses of Class
org.jacoco.core.runtime.AgentOptions.OutputMode
-
Packages that use AgentOptions.OutputMode Package Description 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 Modifier and Type Method Description AgentOptions.OutputModeAgentOptions. getOutput()Returns the output modestatic AgentOptions.OutputModeAgentOptions.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.Methods in org.jacoco.core.runtime with parameters of type AgentOptions.OutputMode Modifier and Type Method Description voidAgentOptions. setOutput(AgentOptions.OutputMode output)Sets the output mode
-