Uses of Class
org.sonar.commons.configuration.Property

Packages that use Property
ch.hortis.sonar.service   
org.sonar.core.configuration   
 

Uses of Property in ch.hortis.sonar.service
 

Methods in ch.hortis.sonar.service that return Property
 Property PropertiesDao.getProperty(java.lang.String propertyKey)
           
 

Methods in ch.hortis.sonar.service with parameters of type Property
 void PropertiesDao.updateProperty(Property property)
           
 

Uses of Property in org.sonar.core.configuration
 

Methods in org.sonar.core.configuration that return types with arguments of type Property
 java.util.Collection<Property> SonarConfig.getProperties()
           
 

Method parameters in org.sonar.core.configuration with type arguments of type Property
 void SonarConfig.setProperties(java.util.Collection<Property> properties)
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.