public class PropertiesUtil extends Object
Constructor and Description |
---|
PropertiesUtil() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getPropertyValues(String propertyName,
String split)
Get the values in ErraiApp.properties for the given property name.
|
public static Collection<String> getPropertyValues(String propertyName, String split)
propertyName
- The name of the property for which to get values.split
- The regex used to split lists in individual ErraiApp.properties
files (or null).Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.