Package com.saperion.util
Class PropertiesHelper
java.lang.Object
com.saperion.util.PropertiesHelper
Contains helper-methods to handle instances of
Properties.-
Method Summary
Modifier and TypeMethodDescriptionpropertiesToCaseInsensitiveMap(Properties properties) Converts the specified properties instance to a map.propertiesToMap(Properties properties) Converts the specified properties instance to a map.
-
Method Details
-
propertiesToMap
Converts the specified properties instance to a map. The returned map will be an instance ofHashMap.- Parameters:
properties- properties to convert- Returns:
- map with all properties
-
propertiesToCaseInsensitiveMap
Converts the specified properties instance to a map. The returned map will be an instance ofCaseInsensitiveMap.- Parameters:
properties- properties to convert- Returns:
- map with all properties
-