public class PropertiesUtil
extends java.lang.Object
Constructor and Description |
---|
PropertiesUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
getPropertiesMap(java.io.File propsFile,
java.lang.String prefix)
Static method to read a properties file and return a name-value mapping
given a prefix for the property key
|
public static java.util.Map<java.lang.String,java.lang.String> getPropertiesMap(java.io.File propsFile, java.lang.String prefix)
propsFile
- prefix
- Copyright © 2010-2018 Planetary Data System. All Rights Reserved.