You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2017/03/12 02:08:05 UTC

svn commit: r1008161 [2/44] - in /websites/production/commons/content/proper/commons-text: ./ apidocs/ apidocs/org/apache/commons/text/ apidocs/org/apache/commons/text/class-use/ apidocs/org/apache/commons/text/diff/ apidocs/org/apache/commons/text/dif...

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrLookup.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrLookup.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrLookup.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>StrLookup (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>StrLookup (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrLookup (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="StrLookup (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -107,9 +107,13 @@ var activeTableTab = "activeTableTab";
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt><span class="paramLabel">Type Parameters:</span></dt>
+<dd><code>V</code> - the type of the values supported by the lookup</dd>
+</dl>
 <hr>
 <br>
-<pre>public abstract class <a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.36">StrLookup</a>&lt;V&gt;
+<pre>public abstract class <a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.37">StrLookup</a>&lt;V&gt;
 extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Lookup a String key to a String value.
  <p>
@@ -218,7 +222,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>StrLookup</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.91">StrLookup</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.92">StrLookup</a>()</pre>
 <div class="block">Constructor.</div>
 </li>
 </ul>
@@ -236,7 +240,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>noneLookup</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.54">noneLookup</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.55">noneLookup</a>()</pre>
 <div class="block">Returns a lookup which always returns null.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -250,7 +254,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>systemPropertiesLookup</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.69">systemPropertiesLookup</a>()</pre>
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.70">systemPropertiesLookup</a>()</pre>
 <div class="block">Returns a new lookup which uses a copy of the current
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#getProperties--" title="class or interface in java.lang"><code>System properties</code></a>.
  <p>
@@ -270,7 +274,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>mapLookup</h4>
-<pre>public static&nbsp;&lt;V&gt;&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;V&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.83">mapLookup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;map)</pre>
+<pre>public static&nbsp;&lt;V&gt;&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;V&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.84">mapLookup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;map)</pre>
 <div class="block">Returns a lookup which looks up values using a map.
  <p>
  If the map is null, then null will be returned from every lookup.
@@ -291,7 +295,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lookup</h4>
-<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.118">lookup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
+<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrLookup.html#line.119">lookup</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
 <div class="block">Looks up a String key to a String value.
  <p>
  The internal implementation may use any mechanism to return the value.

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrMatcher.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrMatcher.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrMatcher.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>StrMatcher (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>StrMatcher (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrMatcher (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="StrMatcher (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrSubstitutor.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrSubstitutor.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrSubstitutor.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>StrSubstitutor (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>StrSubstitutor (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrSubstitutor (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="StrSubstitutor (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -740,7 +740,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.240">StrSubstitutor</a>()</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.243">StrSubstitutor</a>()</pre>
 <div class="block">Creates a new instance with defaults for variable prefix and suffix
  and the escaping character.</div>
 </li>
@@ -751,7 +751,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.251">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.254">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap)</pre>
 <div class="block">Creates a new instance and initializes it. Uses defaults for variable
  prefix and suffix and the escaping character.</div>
 <dl>
@@ -768,7 +768,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.264">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.267">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix)</pre>
 <div class="block">Creates a new instance and initializes it. Uses a default escaping character.</div>
@@ -790,7 +790,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.278">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.281">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix,
                       char&nbsp;escape)</pre>
@@ -814,7 +814,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.294">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.297">StrSubstitutor</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,V&gt;&nbsp;valueMap,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix,
                       char&nbsp;escape,
@@ -840,7 +840,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.304">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.307">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver)</pre>
 <div class="block">Creates a new instance and initializes it.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -854,7 +854,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.317">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.320">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix,
                       char&nbsp;escape)</pre>
@@ -876,7 +876,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.336">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.339">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix,
                       char&nbsp;escape,
@@ -900,7 +900,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.354">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.357">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
                       <a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;prefixMatcher,
                       <a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;suffixMatcher,
                       char&nbsp;escape)</pre>
@@ -922,7 +922,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>StrSubstitutor</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.370">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.373">StrSubstitutor</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver,
                       <a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;prefixMatcher,
                       <a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;suffixMatcher,
                       char&nbsp;escape,
@@ -1003,7 +1003,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.210">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;source,
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.213">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;source,
                              <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;valueProperties)</pre>
 <div class="block">Replaces all the occurrences of variables in the given source object with their matching
  values from the properties.</div>
@@ -1022,7 +1022,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceSystemProperties</h4>
-<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.231">replaceSystemProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;source)</pre>
+<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.234">replaceSystemProperties</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables in the given source object with
  their matching values from the system properties.</div>
 <dl>
@@ -1039,7 +1039,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.388">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.391">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
  from the resolver using the given source string as a template.</div>
 <dl>
@@ -1056,7 +1056,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.411">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.414">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source,
                       int&nbsp;offset,
                       int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
@@ -1080,7 +1080,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.431">replace</a>(char[]&nbsp;source)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.434">replace</a>(char[]&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
  from the resolver using the given source array as a template.
  The array is not altered by this method.</div>
@@ -1098,7 +1098,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.453">replace</a>(char[]&nbsp;source,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.456">replace</a>(char[]&nbsp;source,
                       int&nbsp;offset,
                       int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
@@ -1123,7 +1123,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.471">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.474">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
  from the resolver using the given source buffer as a template.
  The buffer is not altered by this method.</div>
@@ -1141,7 +1141,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.493">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.496">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source,
                       int&nbsp;offset,
                       int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
@@ -1166,7 +1166,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.510">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;source)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.513">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
  from the resolver using the given source as a template.
  The source is not altered by this method.</div>
@@ -1184,7 +1184,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.530">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;source,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.533">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;source,
                       int&nbsp;offset,
                       int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
@@ -1209,7 +1209,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.548">replace</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.551">replace</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
  from the resolver using the given source builder as a template.
  The builder is not altered by this method.</div>
@@ -1227,7 +1227,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.570">replace</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source,
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.573">replace</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source,
                       int&nbsp;offset,
                       int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables with their matching values
@@ -1252,7 +1252,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replace</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.588">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;source)</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.591">replace</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables in the given source object with
  their matching values from the resolver. The input source object is
  converted to a string using <code>toString</code> and is not altered.</div>
@@ -1270,7 +1270,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceIn</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.606">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.609">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables within the given source buffer
  with their matching values from the resolver.
  The buffer is updated with the result.</div>
@@ -1288,7 +1288,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceIn</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.626">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source,
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.629">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a>&nbsp;source,
                          int&nbsp;offset,
                          int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables within the given source buffer
@@ -1313,7 +1313,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceIn</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.647">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;source)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.650">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables within the given source buffer
  with their matching values from the resolver.
  The buffer is updated with the result.</div>
@@ -1331,7 +1331,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceIn</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.667">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;source,
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.670">replaceIn</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;source,
                          int&nbsp;offset,
                          int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables within the given source builder
@@ -1356,7 +1356,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceIn</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.687">replaceIn</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.690">replaceIn</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source)</pre>
 <div class="block">Replaces all the occurrences of variables within the given source
  builder with their matching values from the resolver.</div>
 <dl>
@@ -1373,7 +1373,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>replaceIn</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.706">replaceIn</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source,
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.709">replaceIn</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;source,
                          int&nbsp;offset,
                          int&nbsp;length)</pre>
 <div class="block">Replaces all the occurrences of variables within the given source
@@ -1397,7 +1397,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>substitute</h4>
-<pre>protected&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.728">substitute</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;buf,
+<pre>protected&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.731">substitute</a>(<a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;buf,
                              int&nbsp;offset,
                              int&nbsp;length)</pre>
 <div class="block">Internal method that substitutes the variables.
@@ -1423,7 +1423,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>resolveVariable</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.915">resolveVariable</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableName,
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.925">resolveVariable</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableName,
                                  <a href="../../../../org/apache/commons/text/StrBuilder.html" title="class in org.apache.commons.text">StrBuilder</a>&nbsp;buf,
                                  int&nbsp;startPos,
                                  int&nbsp;endPos)</pre>
@@ -1453,7 +1453,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getEscapeChar</h4>
-<pre>public&nbsp;char&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.930">getEscapeChar</a>()</pre>
+<pre>public&nbsp;char&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.943">getEscapeChar</a>()</pre>
 <div class="block">Returns the escape character.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1467,7 +1467,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setEscapeChar</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.941">setEscapeChar</a>(char&nbsp;escapeCharacter)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.954">setEscapeChar</a>(char&nbsp;escapeCharacter)</pre>
 <div class="block">Sets the escape character.
  If this character is placed before a variable reference in the source
  text, this variable will be ignored.</div>
@@ -1483,7 +1483,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getVariablePrefixMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.956">getVariablePrefixMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.969">getVariablePrefixMatcher</a>()</pre>
 <div class="block">Gets the variable prefix matcher currently in use.
  <p>
  The variable prefix is the characer or characters that identify the
@@ -1501,7 +1501,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariablePrefixMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.971">setVariablePrefixMatcher</a>(<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;prefixMatcher)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.984">setVariablePrefixMatcher</a>(<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;prefixMatcher)</pre>
 <div class="block">Sets the variable prefix matcher currently in use.
  <p>
  The variable prefix is the characer or characters that identify the
@@ -1523,7 +1523,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariablePrefix</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.989">setVariablePrefix</a>(char&nbsp;prefix)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1002">setVariablePrefix</a>(char&nbsp;prefix)</pre>
 <div class="block">Sets the variable prefix to use.
  <p>
  The variable prefix is the character or characters that identify the
@@ -1543,7 +1543,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariablePrefix</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1003">setVariablePrefix</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1016">setVariablePrefix</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix)</pre>
 <div class="block">Sets the variable prefix to use.
  <p>
  The variable prefix is the characer or characters that identify the
@@ -1564,7 +1564,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getVariableSuffixMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1021">getVariableSuffixMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1034">getVariableSuffixMatcher</a>()</pre>
 <div class="block">Gets the variable suffix matcher currently in use.
  <p>
  The variable suffix is the characer or characters that identify the
@@ -1582,7 +1582,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariableSuffixMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1036">setVariableSuffixMatcher</a>(<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;suffixMatcher)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1049">setVariableSuffixMatcher</a>(<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;suffixMatcher)</pre>
 <div class="block">Sets the variable suffix matcher currently in use.
  <p>
  The variable suffix is the characer or characters that identify the
@@ -1604,7 +1604,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariableSuffix</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1054">setVariableSuffix</a>(char&nbsp;suffix)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1067">setVariableSuffix</a>(char&nbsp;suffix)</pre>
 <div class="block">Sets the variable suffix to use.
  <p>
  The variable suffix is the characer or characters that identify the
@@ -1624,7 +1624,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariableSuffix</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1068">setVariableSuffix</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1081">setVariableSuffix</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;suffix)</pre>
 <div class="block">Sets the variable suffix to use.
  <p>
  The variable suffix is the character or characters that identify the
@@ -1645,7 +1645,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getValueDelimiterMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1088">getValueDelimiterMatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1101">getValueDelimiterMatcher</a>()</pre>
 <div class="block">Gets the variable default value delimiter matcher currently in use.
  <p>
  The variable default value delimiter is the characer or characters that delimite the
@@ -1665,7 +1665,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setValueDelimiterMatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1105">setValueDelimiterMatcher</a>(<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;valueDelimiterMatcher)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1118">setValueDelimiterMatcher</a>(<a href="../../../../org/apache/commons/text/StrMatcher.html" title="class in org.apache.commons.text">StrMatcher</a>&nbsp;valueDelimiterMatcher)</pre>
 <div class="block">Sets the variable default value delimiter matcher to use.
  <p>
  The variable default value delimiter is the characer or characters that delimite the
@@ -1688,7 +1688,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setValueDelimiter</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1120">setValueDelimiter</a>(char&nbsp;valueDelimiter)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1133">setValueDelimiter</a>(char&nbsp;valueDelimiter)</pre>
 <div class="block">Sets the variable default value delimiter to use.
  <p>
  The variable default value delimiter is the characer or characters that delimite the
@@ -1708,7 +1708,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setValueDelimiter</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1137">setValueDelimiter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;valueDelimiter)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in org.apache.commons.text">StrSubstitutor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1150">setValueDelimiter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;valueDelimiter)</pre>
 <div class="block">Sets the variable default value delimiter to use.
  <p>
  The variable default value delimiter is the characer or characters that delimite the
@@ -1731,7 +1731,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getVariableResolver</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1152">getVariableResolver</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1165">getVariableResolver</a>()</pre>
 <div class="block">Gets the VariableResolver that is used to lookup variables.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1745,7 +1745,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setVariableResolver</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1161">setVariableResolver</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1174">setVariableResolver</a>(<a href="../../../../org/apache/commons/text/StrLookup.html" title="class in org.apache.commons.text">StrLookup</a>&lt;?&gt;&nbsp;variableResolver)</pre>
 <div class="block">Sets the VariableResolver that is used to lookup variables.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1759,7 +1759,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>isEnableSubstitutionInVariables</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1172">isEnableSubstitutionInVariables</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1185">isEnableSubstitutionInVariables</a>()</pre>
 <div class="block">Returns a flag whether substitution is done in variable names.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1773,7 +1773,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>setEnableSubstitutionInVariables</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1184">setEnableSubstitutionInVariables</a>(boolean&nbsp;enableSubstitutionInVariables)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1197">setEnableSubstitutionInVariables</a>(boolean&nbsp;enableSubstitutionInVariables)</pre>
 <div class="block">Sets a flag whether substitution is done in variable names. If set to
  <b>true</b>, the names of variables can contain other variables which are
  processed first before the original variable is evaluated, e.g.
@@ -1790,7 +1790,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>isPreserveEscapes</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1195">isPreserveEscapes</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1208">isPreserveEscapes</a>()</pre>
 <div class="block">Returns the flag controlling whether escapes are preserved during
  substitution.</div>
 <dl>
@@ -1805,7 +1805,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setPreserveEscapes</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1210">setPreserveEscapes</a>(boolean&nbsp;preserveEscapes)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1223">setPreserveEscapes</a>(boolean&nbsp;preserveEscapes)</pre>
 <div class="block">Sets a flag controlling whether escapes are preserved during
  substitution.  If set to <b>true</b>, the escape character is retained
  during substitution (e.g. <code>$${this-is-escaped}</code> remains