Uses of Class
org.sonar.api.rules.xml.Property

Packages that use Property
org.sonar.api.rules.xml   
 

Uses of Property in org.sonar.api.rules.xml
 

Methods in org.sonar.api.rules.xml that return types with arguments of type Property
 List<Property> Rule.getProperties()
          Deprecated.  
 

Methods in org.sonar.api.rules.xml with parameters of type Property
 void Rule.addProperty(Property property)
          Deprecated.  
 

Method parameters in org.sonar.api.rules.xml with type arguments of type Property
 void Rule.setProperties(List<Property> properties)
          Deprecated.  
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.