|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.hortis.sonar.service.PropertiesDao
public class PropertiesDao
| 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 |
|---|
public PropertiesDao(DatabaseManager databaseManager)
| Method Detail |
|---|
public Property getProperty(java.lang.String propertyKey)
public java.util.Properties getProperties()
public void createProperty(java.lang.String key,
java.lang.String value)
public void updateProperty(Property property)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||