Uses of Class
org.sonar.api.config.PropertyDefinitions

Packages that use PropertyDefinitions
org.sonar.api.config   
org.sonar.batch.config   
org.sonar.server.platform   
org.sonar.server.ui   
 

Uses of PropertyDefinitions in org.sonar.api.config
 

Fields in org.sonar.api.config declared as PropertyDefinitions
protected  PropertyDefinitions Settings.definitions
           
 

Methods in org.sonar.api.config that return PropertyDefinitions
 PropertyDefinitions PropertyDefinitions.addComponent(Object object)
           
 PropertyDefinitions PropertyDefinitions.addComponent(Object component, String defaultCategory)
           
 PropertyDefinitions PropertyDefinitions.addComponents(Collection components)
           
 PropertyDefinitions PropertyDefinitions.addComponents(Collection components, String defaultCategory)
           
 PropertyDefinitions Settings.getDefinitions()
           
 

Constructors in org.sonar.api.config with parameters of type PropertyDefinitions
Settings(PropertyDefinitions definitions)
           
 

Uses of PropertyDefinitions in org.sonar.batch.config
 

Constructors in org.sonar.batch.config with parameters of type PropertyDefinitions
BatchSettings(PropertyDefinitions propertyDefinitions, ProjectReactor reactor, org.apache.commons.configuration.Configuration deprecatedConfiguration)
           
ProjectSettings(PropertyDefinitions definitions, ProjectDefinition projectDefinition, DatabaseSessionFactory dbFactory, Project project)
           
 

Uses of PropertyDefinitions in org.sonar.server.platform
 

Constructors in org.sonar.server.platform with parameters of type PropertyDefinitions
ServerSettings(PropertyDefinitions definitions, org.apache.commons.configuration.Configuration deprecatedConfiguration, javax.servlet.ServletContext servletContext)
           
 

Uses of PropertyDefinitions in org.sonar.server.ui
 

Methods in org.sonar.server.ui that return PropertyDefinitions
 PropertyDefinitions JRubyFacade.getPropertyDefinitions()
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.