Uses of Class
org.sonar.api.Property

Packages that use Property
org.sonar.api   
org.sonar.api.config   
org.sonar.api.platform   
org.sonar.batch.bootstrap   
org.sonar.server.plugins   
 

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)
           
 

Uses of Property in org.sonar.batch.bootstrap
 

Classes in org.sonar.batch.bootstrap with annotations of type Property
 class DryRun
           
 

Methods in org.sonar.batch.bootstrap that return Property
 Property[] BatchPluginRepository.getProperties(Plugin plugin)
           
 

Uses of Property in org.sonar.server.plugins
 

Methods in org.sonar.server.plugins that return Property
 Property[] DefaultServerPluginRepository.getProperties(Plugin plugin)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.