fr.imag.adele.util.string
Class SubstituteUtility
java.lang.Object
fr.imag.adele.util.string.SubstituteUtility
- public class SubstituteUtility
- extends Object
This class provides methods to replace ${var} substring by values stored in a map
Method Summary |
static String |
substitute(String str,
Map values)
This method substitute ${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 |
SubstituteUtility
public SubstituteUtility()
substitute
public static String substitute(String str,
Map values)
- This method substitute ${var} substring by values stored in a map.
- Returns:
- resulted string