gov.nasa.pds.search.core.util
Class PropertiesUtil
java.lang.Object
gov.nasa.pds.search.core.util.PropertiesUtil
public class PropertiesUtil
- extends Object
Utility class used to read Properties files
- Author:
- jpadams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesUtil
public PropertiesUtil()
getPropertiesMap
public static Map<String,String> getPropertiesMap(File propsFile,
String prefix)
- Static method to read a properties file and return a name-value mapping
given a prefix for the property key
- Parameters:
propsFile
- prefix
-
- Returns:
Copyright © 2010–2014 Planetary Data System. All rights reserved.