public class DefaultExpressionReplacer extends Object implements PropertyReplacer
PropertyReplacer
that can deal with nested expressions and
with recursively resolution in cases where expression resolves to another expression.Modifier and Type | Method and Description |
---|---|
String |
replaceProperties(String text)
Replace any properties found within the text provided.
|
public String replaceProperties(String text)
PropertyReplacer
replaceProperties
in interface PropertyReplacer
text
- Text to replace properties withinCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.