public class PropertiesValueResolver extends Object
Constructor and Description |
---|
PropertiesValueResolver() |
Modifier and Type | Method and Description |
---|---|
static String |
replaceProperties(String value)
Replace properties of the form:
${<[env.]name>[,<[env.]name2>[,<[env.]name3>...]][:<default>]} |
public static String replaceProperties(String value)
${<[env.]name>[,<[env.]name2>[,<[env.]name3>...]][:<default>]}
value
- - either a system property or environment variable referenceCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.