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
 ActiveRules build()
           
 NewActiveRule create(RuleKey ruleKey)
           
 
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

create

public NewActiveRule create(RuleKey ruleKey)

build

public ActiveRules build()


Copyright © 2009-2014 SonarSource. All Rights Reserved.