public class MolgenisDbSettings extends Object implements MolgenisSettings
| Constructor and Description |
|---|
MolgenisDbSettings(Database unsecuredDatabase) |
| 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) |
void |
setProperty(String key,
String value) |
@Autowired public MolgenisDbSettings(Database unsecuredDatabase)
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 MolgenisSettingsCopyright © 2013. All Rights Reserved.