org.sonar.api.batch.rule.internal
Class ActiveRulesBuilder

java.lang.Object
  extended by org.sonar.api.batch.rule.internal.ActiveRulesBuilder

public class ActiveRulesBuilder
extends Object

Builds instances of ActiveRules. For unit testing and internal use only.

Since:
4.2

Constructor Summary
ActiveRulesBuilder()
           
 
Method Summary
 NewActiveRule activate(RuleKey ruleKey)
           
 ActiveRules build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveRulesBuilder

public ActiveRulesBuilder()
Method Detail

activate

public NewActiveRule activate(RuleKey ruleKey)

build

public ActiveRules build()


Copyright © 2009-2014 SonarSource. All Rights Reserved.