@Typed public abstract class ConfigUtils extends Object
Modifier and Type | Method and Description |
---|---|
static List<String> |
getConfiguredValue(String key) |
static Properties |
getProperties(String resourceName)
Load properties from a configuration file with the given resourceName.
|
public static Properties getProperties(String resourceName)
resourceName
- name of the resourcenull
if the given property file doesn't existCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.