com.gisgraphy.helper
Class PropertiesHelper
java.lang.Object
com.gisgraphy.helper.PropertiesHelper
public class PropertiesHelper
- extends Object
Some useful functions for properties files
- Author:
- David Masclet
Field Summary |
protected static org.slf4j.Logger |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.slf4j.Logger logger
PropertiesHelper
public PropertiesHelper()
convertBundleToMap
public static Map<String,String> convertBundleToMap(ResourceBundle rb)
- Method to convert a ResourceBundle to a Map object.
- Parameters:
rb
- a given resource bundle
- Returns:
- Map a populated map
Copyright © 2012. All Rights Reserved.