org.sonar.api.checks
Class AnnotationCheckFactory

java.lang.Object
  extended by org.sonar.api.checks.CheckFactory
      extended by org.sonar.api.checks.AnnotationCheckFactory

public final class AnnotationCheckFactory
extends CheckFactory

Since:
2.3

Method Summary
static AnnotationCheckFactory create(RulesProfile profile, String repositoryKey, Collection<Class> checkClasses)
           
protected  Object createCheck(ActiveRule activeRule)
           
 
Methods inherited from class org.sonar.api.checks.CheckFactory
getActiveRule, getCheck, getChecks, getRepositoryKey, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static AnnotationCheckFactory create(RulesProfile profile,
                                            String repositoryKey,
                                            Collection<Class> checkClasses)

createCheck

protected Object createCheck(ActiveRule activeRule)


Copyright © 2009-2011 SonarSource. All Rights Reserved.