public class PropertyReplacer extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
replacePropertyPatterns(String value,
org.rhq.core.domain.configuration.Configuration pluginConfig)
Replaces any "%xxx%" substring with the values of the
pluginConfig properties "xxx". |
public static String replacePropertyPatterns(String value, org.rhq.core.domain.configuration.Configuration pluginConfig)
pluginConfig properties "xxx".value - the templatepluginConfig - the configuration object for template propertiesCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.