public class PropertyReplacers extends Object
| Constructor and Description |
|---|
PropertyReplacers() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyReplacer |
noop()
Return a replacer that functions as a no-op.
|
static PropertyReplacer |
resolvingReplacer(PropertyResolver resolver)
Return a
PropertyReplacer that uses the provided PropertyResolver to resolver any properties found in the text. |
public static PropertyReplacer noop()
public static PropertyReplacer resolvingReplacer(PropertyResolver resolver)
PropertyReplacer that uses the provided PropertyResolver to resolver any properties found in the text.resolver - The resolver used for any properties being replacedCopyright © 2014 JBoss by Red Hat. All Rights Reserved.