Resolve a string with replaceable variables using the provided map to lookup replacement
values.
Method Detail
resolve
java.lang.String resolve(java.lang.String value)
Resolve a string with replaceable variables using the provided map to lookup replacement
values. The implementation should deal with nested replacements and throw an exception
for infinite recursion.