org.sonar.api.checks.templates
Class CheckTemplateFactory

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

Deprecated. since 2.3

@Deprecated
public abstract class CheckTemplateFactory
extends Object

Since:
2.1 (experimental)

Constructor Summary
CheckTemplateFactory()
          Deprecated.  
 
Method Summary
abstract  Collection<CheckTemplate> create()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckTemplateFactory

public CheckTemplateFactory()
Deprecated. 
Method Detail

create

public abstract Collection<CheckTemplate> create()
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.