Uses of Class
org.sonar.api.checks.templates.CheckTemplate

Packages that use CheckTemplate
org.sonar.api.checks.templates   
 

Uses of CheckTemplate in org.sonar.api.checks.templates
 

Subclasses of CheckTemplate in org.sonar.api.checks.templates
 class BundleCheckTemplate
          Deprecated. since 2.3
 class DefaultCheckTemplate
          EXPERIMENTAL - will be used in version 2.2 Non-internationalized check
 

Methods in org.sonar.api.checks.templates that return CheckTemplate
 CheckTemplate CheckTemplateRepository.getTemplate(String key)
          Deprecated.  
 CheckTemplate CheckTemplateRepositories.getTemplate(String repositoryKey, String templateKey)
          Deprecated.  
 

Methods in org.sonar.api.checks.templates that return types with arguments of type CheckTemplate
abstract  Collection<CheckTemplate> CheckTemplateFactory.create()
          Deprecated.  
 List<CheckTemplate> AnnotationCheckTemplateFactory.create()
          Deprecated.  
 List<CheckTemplate> CheckTemplateRepository.getTemplates()
          Deprecated.  
 List<CheckTemplate> XmlCheckTemplateFactory.parse(InputStream input)
           
 List<CheckTemplate> XmlCheckTemplateFactory.parse(Reader reader)
           
 List<CheckTemplate> XmlCheckTemplateFactory.parseXml(String xml)
           
 

Method parameters in org.sonar.api.checks.templates with type arguments of type CheckTemplate
 CheckTemplateRepository CheckTemplateRepository.setTemplates(List<CheckTemplate> c)
          Deprecated.  
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.