Uses of Class
org.sonar.api.Property

Packages that use Property
org.sonar.api   
org.sonar.api.config   
org.sonar.api.platform   
 

Uses of Property in org.sonar.api
 

Methods in org.sonar.api that return Property
 Property[] Plugins.getProperties(Plugin plugin)
          Deprecated. Returns the list of properties of a plugin
 

Uses of Property in org.sonar.api.config
 

Methods in org.sonar.api.config with parameters of type Property
static PropertyDefinition PropertyDefinition.create(Property annotation)
           
 String PropertyDefinitions.getCategory(Property prop)
           
 

Uses of Property in org.sonar.api.platform
 

Methods in org.sonar.api.platform that return Property
 Property[] PluginRepository.getProperties(Plugin plugin)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.