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

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

public class RulesBuilder
extends Object

For unit testing and internal use only.

Since:
4.2

Constructor Summary
RulesBuilder()
           
 
Method Summary
 NewRule add(RuleKey key)
           
 Rules build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesBuilder

public RulesBuilder()
Method Detail

add

public NewRule add(RuleKey key)

build

public Rules build()


Copyright © 2009–2015 SonarSource. All rights reserved.