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
Tue May 23 13:12:41 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.1-SNAPSHOT API)</title>
+<title>StrSubstitutor (Apache Commons Text 1.1 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.1-SNAPSHOT API)";
+ parent.document.title="StrSubstitutor (Apache Commons Text 1.1
API)";
}
}
catch(err) {
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<hr>
<br>
-<pre>public class <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.123">StrSubstitutor</a>
+<pre>public class <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.125">StrSubstitutor</a>
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">Substitutes variables within a string by values.
<p>
@@ -688,7 +688,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_ESCAPE</h4>
-<pre>public static final char <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.128">DEFAULT_ESCAPE</a></pre>
+<pre>public static final char <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.130">DEFAULT_ESCAPE</a></pre>
<div class="block">Constant for the default escape character.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -702,7 +702,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_PREFIX</h4>
-<pre>public static final <a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.132">DEFAULT_PREFIX</a></pre>
+<pre>public static final <a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.134">DEFAULT_PREFIX</a></pre>
<div class="block">Constant for the default variable prefix.</div>
</li>
</ul>
@@ -712,7 +712,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_SUFFIX</h4>
-<pre>public static final <a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.136">DEFAULT_SUFFIX</a></pre>
+<pre>public static final <a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.138">DEFAULT_SUFFIX</a></pre>
<div class="block">Constant for the default variable suffix.</div>
</li>
</ul>
@@ -722,7 +722,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT_VALUE_DELIMITER</h4>
-<pre>public static final <a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.140">DEFAULT_VALUE_DELIMITER</a></pre>
+<pre>public static final <a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.142">DEFAULT_VALUE_DELIMITER</a></pre>
<div class="block">Constant for the default value delimiter of a
variable.</div>
</li>
</ul>
@@ -740,7 +740,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>StrSubstitutor</h4>
-<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.243">StrSubstitutor</a>()</pre>
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.245">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 <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><<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> valueMap)</pre>
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.256">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><<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> 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 <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><<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> valueMap,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.269">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><<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> 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> 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> 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 <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><<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> valueMap,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.283">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><<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> 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> 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> suffix,
char escape)</pre>
@@ -814,7 +814,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>StrSubstitutor</h4>
-<pre>public <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><<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> valueMap,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.299">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><<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> 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> 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> suffix,
char escape,
@@ -840,7 +840,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>StrSubstitutor</h4>
-<pre>public <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><?> variableResolver)</pre>
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.309">StrSubstitutor</a>(<a
href="../../../../org/apache/commons/text/StrLookup.html" title="class in
org.apache.commons.text">StrLookup</a><?> 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 <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><?> variableResolver,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.322">StrSubstitutor</a>(<a
href="../../../../org/apache/commons/text/StrLookup.html" title="class in
org.apache.commons.text">StrLookup</a><?> 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> 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> suffix,
char escape)</pre>
@@ -876,7 +876,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>StrSubstitutor</h4>
-<pre>public <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><?> variableResolver,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.341">StrSubstitutor</a>(<a
href="../../../../org/apache/commons/text/StrLookup.html" title="class in
org.apache.commons.text">StrLookup</a><?> 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> 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> suffix,
char escape,
@@ -900,7 +900,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>StrSubstitutor</h4>
-<pre>public <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><?> variableResolver,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.359">StrSubstitutor</a>(<a
href="../../../../org/apache/commons/text/StrLookup.html" title="class in
org.apache.commons.text">StrLookup</a><?> variableResolver,
<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> prefixMatcher,
<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> suffixMatcher,
char escape)</pre>
@@ -922,7 +922,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockListLast">
<li class="blockList">
<h4>StrSubstitutor</h4>
-<pre>public <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><?> variableResolver,
+<pre>public <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.375">StrSubstitutor</a>(<a
href="../../../../org/apache/commons/text/StrLookup.html" title="class in
org.apache.commons.text">StrLookup</a><?> variableResolver,
<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> prefixMatcher,
<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> suffixMatcher,
char escape,
@@ -954,7 +954,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>replace</h4>
-<pre>public static <V> <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.181">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> source,
+<pre>public static <V> <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.183">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> source,
<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><<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> valueMap)</pre>
<div class="block">Replaces all the occurrences of variables in the given
source object with
their matching values from the map.</div>
@@ -975,12 +975,12 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>replace</h4>
-<pre>public static <V> <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.198">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> source,
+<pre>public static <V> <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.200">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> source,
<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><<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> 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> 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> suffix)</pre>
<div class="block">Replaces all the occurrences of variables in the given
source object with
- their matching values from the map. This method allows to specifiy a
+ their matching values from the map. This method allows to specify a
custom variable prefix and suffix</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
@@ -1003,7 +1003,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>replace</h4>
-<pre>public static <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> <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> source,
+<pre>public static <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.215">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> 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> 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 <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> <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> source)</pre>
+<pre>public static <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.236">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> 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 <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> <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> source)</pre>
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.393">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> 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 <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> <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> source,
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.416">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> source,
int offset,
int 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 <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.434">replace</a>(char[] source)</pre>
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.436">replace</a>(char[] 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 <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.456">replace</a>(char[] source,
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.458">replace</a>(char[] source,
int offset,
int 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 <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> <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> source)</pre>
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.476">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> 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 <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> <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> source,
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.498">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> source,
int offset,
int 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 <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> <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> source)</pre>
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.515">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> 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 <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> <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> source,
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.535">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> source,
int offset,
int 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 <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> <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> source)</pre>
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.553">replace</a>(<a
href="../../../../org/apache/commons/text/StrBuilder.html" title="class in
org.apache.commons.text">StrBuilder</a> 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 <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> <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> source,
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.575">replace</a>(<a
href="../../../../org/apache/commons/text/StrBuilder.html" title="class in
org.apache.commons.text">StrBuilder</a> source,
int offset,
int 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 <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> <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> source)</pre>
+<pre>public <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.593">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> 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 boolean <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> source)</pre>
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.611">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> 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 boolean <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> source,
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.631">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> source,
int offset,
int 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 boolean <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> source)</pre>
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.652">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> 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 boolean <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> source,
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.672">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> source,
int offset,
int 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 boolean <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> source)</pre>
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.692">replaceIn</a>(<a
href="../../../../org/apache/commons/text/StrBuilder.html" title="class in
org.apache.commons.text">StrBuilder</a> 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 boolean <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> source,
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.711">replaceIn</a>(<a
href="../../../../org/apache/commons/text/StrBuilder.html" title="class in
org.apache.commons.text">StrBuilder</a> source,
int offset,
int 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 boolean <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> buf,
+<pre>protected boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.733">substitute</a>(<a
href="../../../../org/apache/commons/text/StrBuilder.html" title="class in
org.apache.commons.text">StrBuilder</a> buf,
int offset,
int 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 <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> <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> variableName,
+<pre>protected <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> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.927">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> variableName,
<a
href="../../../../org/apache/commons/text/StrBuilder.html" title="class in
org.apache.commons.text">StrBuilder</a> buf,
int startPos,
int endPos)</pre>
@@ -1453,7 +1453,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getEscapeChar</h4>
-<pre>public char <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.943">getEscapeChar</a>()</pre>
+<pre>public char <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.945">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 void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.954">setEscapeChar</a>(char escapeCharacter)</pre>
+<pre>public void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.956">setEscapeChar</a>(char 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,10 +1483,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getVariablePrefixMatcher</h4>
-<pre>public <a href="../../../../org/apache/commons/text/StrMatcher.html"
title="class in org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.969">getVariablePrefixMatcher</a>()</pre>
+<pre>public <a href="../../../../org/apache/commons/text/StrMatcher.html"
title="class in org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.971">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
+ The variable prefix is the character or characters that identify the
start of a variable. This prefix is expressed in terms of a matcher
allowing advanced prefix matches.</div>
<dl>
@@ -1501,10 +1501,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setVariablePrefixMatcher</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <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> prefixMatcher)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.986">setVariablePrefixMatcher</a>(<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> 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
+ The variable prefix is the character or characters that identify the
start of a variable. This prefix is expressed in terms of a matcher
allowing advanced prefix matches.</div>
<dl>
@@ -1546,7 +1546,7 @@ extends <a href="http://docs.oracle.com/
<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <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> prefix)</pre>
<div class="block">Sets the variable prefix to use.
<p>
- The variable prefix is the characer or characters that identify the
+ The variable prefix is the character or characters that identify the
start of a variable. This method allows a string prefix to be easily
set.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1564,10 +1564,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getVariableSuffixMatcher</h4>
-<pre>public <a href="../../../../org/apache/commons/text/StrMatcher.html"
title="class in org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1034">getVariableSuffixMatcher</a>()</pre>
+<pre>public <a href="../../../../org/apache/commons/text/StrMatcher.html"
title="class in org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1032">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
+ The variable suffix is the character or characters that identify the
end of a variable. This suffix is expressed in terms of a matcher
allowing advanced suffix matches.</div>
<dl>
@@ -1582,10 +1582,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setVariableSuffixMatcher</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <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> suffixMatcher)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1047">setVariableSuffixMatcher</a>(<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> 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
+ The variable suffix is the character or characters that identify the
end of a variable. This suffix is expressed in terms of a matcher
allowing advanced suffix matches.</div>
<dl>
@@ -1604,10 +1604,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setVariableSuffix</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1067">setVariableSuffix</a>(char suffix)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1063">setVariableSuffix</a>(char suffix)</pre>
<div class="block">Sets the variable suffix to use.
<p>
- The variable suffix is the characer or characters that identify the
+ The variable suffix is the character or characters that identify the
end of a variable. This method allows a single character suffix to
be easily set.</div>
<dl>
@@ -1624,7 +1624,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setVariableSuffix</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <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> suffix)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1077">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> suffix)</pre>
<div class="block">Sets the variable suffix to use.
<p>
The variable suffix is the character or characters that identify the
@@ -1645,10 +1645,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getValueDelimiterMatcher</h4>
-<pre>public <a href="../../../../org/apache/commons/text/StrMatcher.html"
title="class in org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1101">getValueDelimiterMatcher</a>()</pre>
+<pre>public <a href="../../../../org/apache/commons/text/StrMatcher.html"
title="class in org.apache.commons.text">StrMatcher</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1095">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
+ The variable default value delimiter is the character or characters that
delimite the
variable name and the variable default value. This delimiter is expressed in
terms of a matcher
allowing advanced variable default value delimiter matches.
<p>
@@ -1665,10 +1665,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setValueDelimiterMatcher</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <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> valueDelimiterMatcher)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1112">setValueDelimiterMatcher</a>(<a
href="../../../../org/apache/commons/text/StrMatcher.html" title="class in
org.apache.commons.text">StrMatcher</a> 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
+ The variable default value delimiter is the character or characters that
delimite the
variable name and the variable default value. This delimiter is expressed in
terms of a matcher
allowing advanced variable default value delimiter matches.
<p>
@@ -1688,10 +1688,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setValueDelimiter</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1133">setValueDelimiter</a>(char valueDelimiter)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1127">setValueDelimiter</a>(char 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
+ The variable default value delimiter is the character or characters that
delimite the
variable name and the variable default value. This method allows a single
character
variable default value delimiter to be easily set.</div>
<dl>
@@ -1708,10 +1708,10 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>setValueDelimiter</h4>
-<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <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> valueDelimiter)</pre>
+<pre>public <a
href="../../../../org/apache/commons/text/StrSubstitutor.html" title="class in
org.apache.commons.text">StrSubstitutor</a> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1144">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> 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
+ The variable default value delimiter is the character or characters that
delimite the
variable name and the variable default value. This method allows a string
variable default value delimiter to be easily set.
<p>
@@ -1731,7 +1731,7 @@ extends <a href="http://docs.oracle.com/
<ul class="blockList">
<li class="blockList">
<h4>getVariableResolver</h4>
-<pre>public <a href="../../../../org/apache/commons/text/StrLookup.html"
title="class in org.apache.commons.text">StrLookup</a><?> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1165">getVariableResolver</a>()</pre>
+<pre>public <a href="../../../../org/apache/commons/text/StrLookup.html"
title="class in org.apache.commons.text">StrLookup</a><?> <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1159">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 void <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><?> variableResolver)</pre>
+<pre>public void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1168">setVariableResolver</a>(<a
href="../../../../org/apache/commons/text/StrLookup.html" title="class in
org.apache.commons.text">StrLookup</a><?> 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 boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1185">isEnableSubstitutionInVariables</a>()</pre>
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1179">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 void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1197">setEnableSubstitutionInVariables</a>(boolean enableSubstitutionInVariables)</pre>
+<pre>public void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1191">setEnableSubstitutionInVariables</a>(boolean 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 boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1208">isPreserveEscapes</a>()</pre>
+<pre>public boolean <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1202">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 void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1223">setPreserveEscapes</a>(boolean preserveEscapes)</pre>
+<pre>public void <a
href="../../../../src-html/org/apache/commons/text/StrSubstitutor.html#line.1217">setPreserveEscapes</a>(boolean 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
Modified:
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrTokenizer.html
==============================================================================
---
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrTokenizer.html
(original)
+++
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StrTokenizer.html
Tue May 23 13:12:41 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>StrTokenizer (Apache Commons Text 1.1-SNAPSHOT API)</title>
+<title>StrTokenizer (Apache Commons Text 1.1 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="StrTokenizer (Apache Commons Text
1.1-SNAPSHOT API)";
+ parent.document.title="StrTokenizer (Apache Commons Text 1.1 API)";
}
}
catch(err) {
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/commons/text/StrSubstitutor.html"
title="class in org.apache.commons.text"><span
class="typeNameLink">Prev Class</span></a></li>
-<li>Next Class</li>
+<li><a href="../../../../org/apache/commons/text/TextRandomProvider.html"
title="interface in org.apache.commons.text"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/commons/text/StrTokenizer.html"
target="_top">Frames</a></li>
@@ -1585,7 +1585,7 @@ implements <a href="http://docs.oracle.c
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/commons/text/StrSubstitutor.html"
title="class in org.apache.commons.text"><span
class="typeNameLink">Prev Class</span></a></li>
-<li>Next Class</li>
+<li><a href="../../../../org/apache/commons/text/TextRandomProvider.html"
title="interface in org.apache.commons.text"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/commons/text/StrTokenizer.html"
target="_top">Frames</a></li>
Modified:
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.Builder.html
==============================================================================
---
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.Builder.html
(original)
+++
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.Builder.html
Tue May 23 13:12:41 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>StringEscapeUtils.Builder (Apache Commons Text 1.1-SNAPSHOT API)</title>
+<title>StringEscapeUtils.Builder (Apache Commons Text 1.1 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="StringEscapeUtils.Builder (Apache Commons
Text 1.1-SNAPSHOT API)";
+ parent.document.title="StringEscapeUtils.Builder (Apache Commons
Text 1.1 API)";
}
}
catch(err) {
Modified:
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.html
==============================================================================
---
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.html
(original)
+++
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/StringEscapeUtils.html
Tue May 23 13:12:41 2017
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>StringEscapeUtils (Apache Commons Text 1.1-SNAPSHOT API)</title>
+<title>StringEscapeUtils (Apache Commons Text 1.1 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="StringEscapeUtils (Apache Commons Text
1.1-SNAPSHOT API)";
+ parent.document.title="StringEscapeUtils (Apache Commons Text 1.1
API)";
}
}
catch(err) {
Added:
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/TextRandomProvider.html
==============================================================================
---
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/TextRandomProvider.html
(added)
+++
websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/TextRandomProvider.html
Tue May 23 13:12:41 2017
@@ -0,0 +1,257 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>TextRandomProvider (Apache Commons Text 1.1 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="TextRandomProvider (Apache Commons Text 1.1
API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/TextRandomProvider.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/text/StrTokenizer.html"
title="class in org.apache.commons.text"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/text/WordUtils.html" title="class
in org.apache.commons.text"><span
class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../index.html?org/apache/commons/text/TextRandomProvider.html"
target="_top">Frames</a></li>
+<li><a href="TextRandomProvider.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.text</div>
+<h2 title="Interface TextRandomProvider" class="title">Interface
TextRandomProvider</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <a
href="../../../../src-html/org/apache/commons/text/TextRandomProvider.html#line.42">TextRandomProvider</a></pre>
+<div class="block"><p>
+ TextRandomProvider implementations are used by <a
href="../../../../org/apache/commons/text/RandomStringGenerator.html"
title="class in org.apache.commons.text"><code>RandomStringGenerator</code></a>
+ as a source of randomness. It is highly recommended that the
+ <a href="http://commons.apache.org/proper/commons-rng/">Apache Commons RNG</a>
+ library be used to provide the random number generation.
+ </p>
+
+ <p>
+ When using Java 8 or later, TextRandomProvider is a functional interface and
+ need not be explicitly implemented. For example:
+ </p>
+ <pre>
+ <code>
+ UniformRandomProvider rng = RandomSource.create(...);
+ RandomStringGenerator gen = new RandomStringGenerator.Builder()
+ .usingRandom(rng::nextInt)
+ // additional builder calls as needed
+ .build();
+ </code>
+ </pre></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.1</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a
href="javascript:show(4);">Abstract Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/commons/text/TextRandomProvider.html#nextInt-int-">nextInt</a></span>(int max)</code>
+<div class="block">Generates an int value between 0 (inclusive) and the
specified value
+ (exclusive).</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="nextInt-int-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>nextInt</h4>
+<pre>int <a
href="../../../../src-html/org/apache/commons/text/TextRandomProvider.html#line.50">nextInt</a>(int max)</pre>
+<div class="block">Generates an int value between 0 (inclusive) and the
specified value
+ (exclusive).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>max</code> - Bound on the random number to be returned. Must be
positive.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a random int value between 0 (inclusive) and n (exclusive).</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/TextRandomProvider.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/text/StrTokenizer.html"
title="class in org.apache.commons.text"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../org/apache/commons/text/WordUtils.html" title="class
in org.apache.commons.text"><span
class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../index.html?org/apache/commons/text/TextRandomProvider.html"
target="_top">Frames</a></li>
+<li><a href="TextRandomProvider.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2014–2017 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file