org.sonar.api.checks.templates
Class AnnotationCheckTemplateFactory

java.lang.Object
  extended by org.sonar.api.checks.templates.AnnotationCheckTemplateFactory

Deprecated. since 2.3

@Deprecated
public class AnnotationCheckTemplateFactory
extends Object

Since:
2.1 (experimental)

Constructor Summary
AnnotationCheckTemplateFactory(Collection<Class> annotatedClasses)
          Deprecated.  
 
Method Summary
 List<CheckTemplate> create()
          Deprecated.  
protected  BundleCheckTemplate create(Class annotatedClass)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationCheckTemplateFactory

public AnnotationCheckTemplateFactory(Collection<Class> annotatedClasses)
Deprecated. 
Method Detail

create

public List<CheckTemplate> create()
Deprecated. 

create

protected BundleCheckTemplate create(Class annotatedClass)
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.