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
          Deprecated. since 2.3
 class DefaultCheckTemplateProperty
           
 

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

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

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

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



Copyright © 2009-2011 SonarSource. All Rights Reserved.