org.sonar.api.server.rule
Class RulesDefinitionAnnotationLoader

java.lang.Object
  extended by org.sonar.api.server.rule.RulesDefinitionAnnotationLoader

public class RulesDefinitionAnnotationLoader
extends Object

Read definitions of rules based on the annotations provided by sonar-check-api. It is used to feed RulesDefinition.

Since:
4.3

Constructor Summary
RulesDefinitionAnnotationLoader()
           
 
Method Summary
 void load(RulesDefinition.NewExtendedRepository repo, Class... annotatedClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesDefinitionAnnotationLoader

public RulesDefinitionAnnotationLoader()
Method Detail

load

public void load(RulesDefinition.NewExtendedRepository repo,
                 Class... annotatedClasses)


Copyright © 2009-2014 SonarSource. All Rights Reserved.