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

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

Deprecated. since 2.3

@Deprecated
public abstract class CheckerFactory<CHECKER>
extends Object

Since:
2.1 (experimental)

Constructor Summary
CheckerFactory()
          Deprecated.  
 
Method Summary
abstract  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

CheckerFactory

public CheckerFactory()
Deprecated. 
Method Detail

create

public abstract Map<Check,CHECKER> create()
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.