public final class PropertiesUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
loadProperties(Properties properties,
String location)
Loads properties into provided properties object from all resources on given classpath location.
|
static Map<String,String> |
loadProperties(String location)
Returns map with properties (key/value pairs) loaded from all resources on given classpath location.
|
public static boolean loadProperties(Properties properties, String location)
loadProperties(String)
public static Map<String,String> loadProperties(String location)
loadProperties(Properties, String)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.