org.sonar.api.checks.checkers
Class AnnotationCheckerFactory<CHECKER>

java.lang.Object
  extended by org.sonar.api.checks.checkers.CheckerFactory<CHECKER>
      extended by org.sonar.api.checks.checkers.AnnotationCheckerFactory<CHECKER>

public class AnnotationCheckerFactory<CHECKER>
extends CheckerFactory<CHECKER>

Since:
2.1

Constructor Summary
AnnotationCheckerFactory(CheckProfile profile, java.lang.String repositoryKey, java.util.Collection<java.lang.Class<CHECKER>> checkerClasses)
           
 
Method Summary
 java.util.Map<Check,CHECKER> create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationCheckerFactory

public AnnotationCheckerFactory(CheckProfile profile,
                                java.lang.String repositoryKey,
                                java.util.Collection<java.lang.Class<CHECKER>> checkerClasses)
Method Detail

create

public java.util.Map<Check,CHECKER> create()
Specified by:
create in class CheckerFactory<CHECKER>


Copyright © 2009-2010 SonarSource. All Rights Reserved.