Package net.bluemind.system.api
Class SystemConf
java.lang.Object
net.bluemind.system.api.SystemConf
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(String prop) booleanValue(String prop, Boolean defaultValue) <T> TconvertedValue(String prop, Function<String, T> func, T defaultValue) static SystemConfintegerValue(String prop) intintegerValue(String prop, int defaultValue) merge(SystemConf previous, Map<String, String> newValues) Merge newValues to previous and remove key with null valuevoidsetStringListValue(String prop, List<String> notifiedEmails) stringList(String prop) stringValue(String prop)  
- 
Field Details
- 
values
 - 
systemConfSeparator
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SystemConf
public SystemConf() 
 - 
 - 
Method Details
- 
stringValue
 - 
booleanValue
 - 
booleanValue
 - 
stringList
 - 
setStringListValue
 - 
convertedValue
 - 
create
 - 
merge
Merge newValues to previous and remove key with null value- Parameters:
 previous-newValues-- Returns:
 
 - 
integerValue
 - 
integerValue
 
 -