Uses of Class
org.sonar.process.Lifecycle.State

Packages that use Lifecycle.State
org.sonar.process   
org.sonar.process.monitor   
 

Uses of Lifecycle.State in org.sonar.process
 

Methods in org.sonar.process that return Lifecycle.State
 Lifecycle.State Lifecycle.getState()
           
static Lifecycle.State Lifecycle.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Lifecycle.State[] Lifecycle.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.process with parameters of type Lifecycle.State
 boolean Lifecycle.tryToMoveTo(Lifecycle.State to)
           
 

Uses of Lifecycle.State in org.sonar.process.monitor
 

Methods in org.sonar.process.monitor that return Lifecycle.State
 Lifecycle.State Monitor.getState()
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.