org.sonar.batch.phases
Class Phases

java.lang.Object
  extended by org.sonar.batch.phases.Phases

public class Phases
extends Object


Nested Class Summary
static class Phases.Phase
           
 
Constructor Summary
Phases()
           
 
Method Summary
 Phases enable(Phases.Phase... phases)
           
 boolean isEnabled(Phases.Phase phase)
           
 boolean isFullyEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phases

public Phases()
Method Detail

enable

public Phases enable(Phases.Phase... phases)

isEnabled

public boolean isEnabled(Phases.Phase phase)

isFullyEnabled

public boolean isFullyEnabled()


Copyright © 2009–2015 SonarSource. All rights reserved.