Uses of Class
org.sonar.api.Property

Packages that use Property
org.sonar.api   
org.sonar.api.platform   
org.sonar.core.plugin   
 

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.platform
 

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

Uses of Property in org.sonar.core.plugin
 

Methods in org.sonar.core.plugin that return Property
 Property[] AbstractPluginRepository.getProperties(Plugin plugin)
          Returns the list of properties of a plugin
 Property[] AbstractPluginRepository.getProperties(String pluginKey)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.