public class PropertyFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SYSTEM_PROPERTY_PREFIX |
static String |
SYSTEM_PROPERTY_SUFFIX |
| Constructor and Description |
|---|
PropertyFilter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
filterProperties(String string)
This operation parses the path string and replaces any occurences of
a schemaorg_apache_xmlbeans.system property with the value of the schemaorg_apache_xmlbeans.system property.
|
static String |
replacePropertyValues(String string,
String key)
Replace any occurence of a schemaorg_apache_xmlbeans.system property value with the schemaorg_apache_xmlbeans.system property key
|
public static final String SYSTEM_PROPERTY_PREFIX
public static final String SYSTEM_PROPERTY_SUFFIX
public static String filterProperties(String string)
public static String replacePropertyValues(String string, String key)
value - - the value to be replaced with the keykey - - the property key whose value is to be searched and replaced.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.