public interface MolgenisSettings
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanProperty(String key) |
boolean |
getBooleanProperty(String key,
boolean defaultValue) |
Integer |
getIntegerProperty(String key) |
Map<String,String> |
getProperties(String keyStartsWith)
Fetches properties with a key starting with a certain value.
|
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 value) |
Copyright © 2015. All Rights Reserved.