org.apache.felix.bundlerepository.metadataparser
Class ReplaceUtility
java.lang.Object
org.apache.felix.bundlerepository.metadataparser.ReplaceUtility
public class ReplaceUtility
- extends Object
This class provides methods to replace ${var} substring by values stored in a map
Method Summary |
static String |
replace(String str,
Map values)
This method replaces ${var} substring by values stored in a map. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplaceUtility
public ReplaceUtility()
replace
public static String replace(String str,
Map values)
- This method replaces ${var} substring by values stored in a map.
- Returns:
- resulted string
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.