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

Packages that use PropertyDefinitions
org.sonar.api.config   
 

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)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.