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
          Internationalized check template.
 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(java.lang.String key)
           
 CheckTemplate CheckTemplateRepositories.getTemplate(java.lang.String repositoryKey, java.lang.String templateKey)
           
 

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

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.