Uses of Class
org.jacoco.core.runtime.AgentOptions.OutputMode

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're declared.
 

Methods in org.jacoco.core.runtime with parameters of type AgentOptions.OutputMode
 void AgentOptions.setOutput(AgentOptions.OutputMode output)
          Sets the output mode
 



Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.