Uses of Interface
jimm.util.Replacer

Packages that use Replacer
jimm.util Contains utility classes that aren't specific to DataVision. 
 

Uses of Replacer in jimm.util
 

Methods in jimm.util with parameters of type Replacer
static java.lang.String StringUtils.replaceDelimited(java.lang.String start, java.lang.String end, Replacer r, java.lang.String s)
          Returns a new string with all strings delimited by start and end replaced by whatever is generated by the Replacer r.
static java.lang.String StringUtils.replaceDelimited(java.lang.String exceptAfter, java.lang.String start, java.lang.String end, Replacer r, java.lang.String s)
          Returns a new string with all strings delimited by start and end (but not immediately preceeded by exceptAfter) replaced by whatever is generated by the Replacer r.