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>

Deprecated. since 2.3

@Deprecated
public class AnnotationCheckerFactory<CHECKER>
extends CheckerFactory<CHECKER>

Since:
2.1 (experimental)

Constructor Summary
AnnotationCheckerFactory(CheckProfile profile, String repositoryKey, Collection<Class<CHECKER>> checkerClasses)
          Deprecated.  
 
Method Summary
 Map<Check,CHECKER> create()
          Deprecated.  
 
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,
                                String repositoryKey,
                                Collection<Class<CHECKER>> checkerClasses)
Deprecated. 
Method Detail

create

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


Copyright © 2009-2010 SonarSource. All Rights Reserved.