ch.hortis.sonar.service
Class PropertiesDao

java.lang.Object
  extended by org.sonar.commons.BaseDao
      extended by ch.hortis.sonar.service.PropertiesDao

public class PropertiesDao
extends BaseDao


Constructor Summary
PropertiesDao(DatabaseSession session)
           
 
Method Summary
 void createProperty(java.lang.String key, java.lang.String value)
           
 java.util.Properties getProperties()
           
 Property getProperty(java.lang.String propertyKey)
           
 void updateProperty(Property property)
           
 
Methods inherited from class org.sonar.commons.BaseDao
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDao

public PropertiesDao(DatabaseSession session)
Method Detail

getProperty

public Property getProperty(java.lang.String propertyKey)

getProperties

public java.util.Properties getProperties()

createProperty

public void createProperty(java.lang.String key,
                           java.lang.String value)

updateProperty

public void updateProperty(Property property)


Copyright © 2009 SonarSource SA. All Rights Reserved.