org.sonar.api.batch.rule
Class CheckFactory

java.lang.Object
  extended by org.sonar.api.batch.rule.CheckFactory
All Implemented Interfaces:
BatchComponent

public class CheckFactory
extends Object
implements BatchComponent

Creates Checks. This class is available by dependency injection. It must not be extended by plugins.

Since:
4.2

Constructor Summary
CheckFactory(ActiveRules activeRules)
           
 
Method Summary
<C> Checks<C>
create(String repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckFactory

public CheckFactory(ActiveRules activeRules)
Method Detail

create

public <C> Checks<C> create(String repository)


Copyright © 2009–2015 SonarSource. All rights reserved.