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

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

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

Subclasses of CheckTemplateProperty in org.sonar.api.checks.templates
 class BundleCheckTemplateProperty
           
 class DefaultCheckTemplateProperty
           
 

Fields in org.sonar.api.checks.templates with type parameters of type CheckTemplateProperty
protected  java.util.List<CheckTemplateProperty> CheckTemplate.properties
           
 

Methods in org.sonar.api.checks.templates that return CheckTemplateProperty
 CheckTemplateProperty CheckTemplate.getProperty(java.lang.String key)
           
 

Methods in org.sonar.api.checks.templates that return types with arguments of type CheckTemplateProperty
 java.util.List<CheckTemplateProperty> CheckTemplate.getProperties()
           
 

Methods in org.sonar.api.checks.templates with parameters of type CheckTemplateProperty
 void CheckTemplate.addProperty(CheckTemplateProperty p)
           
 int CheckTemplateProperty.compareTo(CheckTemplateProperty o)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.