public class MolgenisDbSettings extends Object implements MolgenisSettings
| Constructor and Description |
|---|
MolgenisDbSettings(DataService dataService) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanProperty(String key) |
boolean |
getBooleanProperty(String key,
boolean defaultValue) |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
boolean |
propertyExists(String key) |
void |
setProperty(String key,
String value) |
boolean |
updateProperty(String key,
String content) |
@Autowired public MolgenisDbSettings(DataService dataService)
public String getProperty(String key)
getProperty in interface MolgenisSettingspublic String getProperty(String key, String defaultValue)
getProperty in interface MolgenisSettingspublic void setProperty(String key, String value)
setProperty in interface MolgenisSettingspublic Boolean getBooleanProperty(String key)
getBooleanProperty in interface MolgenisSettingspublic boolean getBooleanProperty(String key, boolean defaultValue)
getBooleanProperty in interface MolgenisSettingspublic boolean updateProperty(String key, String content)
updateProperty in interface MolgenisSettingspublic boolean propertyExists(String key)
propertyExists in interface MolgenisSettingsCopyright © 2014. All Rights Reserved.