public class PropertiesUtil extends Object
| Constructor and Description |
|---|
PropertiesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
concatenatePropsValues(org.apache.commons.configuration.Configuration config,
String key,
String separator)
Utility method returning the "sparator" separated string of the options corresponding to the key
|
public static String concatenatePropsValues(org.apache.commons.configuration.Configuration config, String key, String separator)
config - apache common configurationkey - configuration keyseparator - separator that will be used to build the keyCopyright © 2014. All rights reserved.