ch.hortis.sonar.service
Class PropertiesDao

java.lang.Object
  extended by ch.hortis.sonar.service.PropertiesDao

public class PropertiesDao
extends java.lang.Object


Constructor Summary
PropertiesDao(DatabaseManager databaseManager)
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDao

public PropertiesDao(DatabaseManager databaseManager)
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 © 2008 SonarSource SA. All Rights Reserved.