org.sonar.process
Class Lifecycle

java.lang.Object
  extended by org.sonar.process.Lifecycle

public class Lifecycle
extends Object


Nested Class Summary
static class Lifecycle.State
           
 
Constructor Summary
Lifecycle()
           
 
Method Summary
 boolean equals(Object o)
           
 Lifecycle.State getState()
           
 int hashCode()
           
 boolean tryToMoveTo(Lifecycle.State to)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lifecycle

public Lifecycle()
Method Detail

getState

public Lifecycle.State getState()

tryToMoveTo

public boolean tryToMoveTo(Lifecycle.State to)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.