http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/http/MediaType.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/MediaType.html 
b/content/site/apidocs/org/apache/juneau/http/MediaType.html
index 59ff708..32ccd99 100644
--- a/content/site/apidocs/org/apache/juneau/http/MediaType.html
+++ b/content/site/apidocs/org/apache/juneau/http/MediaType.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
+var methods = 
{"i0":10,"i1":10,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -107,6 +107,10 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&gt;</dd>
+</dl>
+<dl>
 <dt>Direct Known Subclasses:</dt>
 <dd><a href="../../../../org/apache/juneau/http/ContentType.html" title="class 
in org.apache.juneau.http">ContentType</a></dd>
 </dl>
@@ -114,7 +118,8 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" 
title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
 public class <a 
href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.35">MediaType</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>
+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>
+implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&gt;</pre>
 <div class="block">Describes a single media type used in content negotiation 
between an HTTP client and server, as described in
  Section 14.1 and 14.7 of RFC2616 (the HTTP/1.1 specification).
 
@@ -241,56 +246,60 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <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/juneau/http/MediaType.html#compareTo-org.apache.juneau.http.MediaType-">compareTo</a></span>(<a
 href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&nbsp;o)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#equals-java.lang.Object-">equals</a></span>(<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;o)</code>&nbsp;</td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr id="i2" class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#forString-java.lang.String-">forString</a></span>(<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;s)</code>
 <div class="block">Returns the media type for the specified string.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><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>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</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;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#getParameters--">getParameters</a></span>()</code>
 <div class="block">Returns the additional parameters on this media type.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#getSubType--">getSubType</a></span>()</code>
 <div class="block">Returns the <js>'subType'</js> fragment of the 
<js>'type/subType'</js> string.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</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;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#getSubTypes--">getSubTypes</a></span>()</code>
 <div class="block">Returns the subtypes broken down by fragments delimited by 
<js>"'"</js>.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#getType--">getType</a></span>()</code>
 <div class="block">Returns the <js>'type'</js> fragment of the 
<js>'type/subType'</js> string.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#match-org.apache.juneau.http.MediaType-">match</a></span>(<a
 href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&nbsp;o)</code>
 <div class="block">Returns a match metric against the specified media type 
where a larger number represents a better match.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#matches-org.apache.juneau.http.MediaType-">matches</a></span>(<a
 href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&nbsp;o)</code>
 <div class="block">Returns <jk>true</jk> if this media type is a match for the 
specified media type.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/http/MediaType.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
@@ -636,7 +645,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <a name="equals-java.lang.Object-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
 <pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.280">equals</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;o)</pre>
@@ -646,6 +655,19 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </dl>
 </li>
 </ul>
+<a name="compareTo-org.apache.juneau.http.MediaType-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>compareTo</h4>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/http/MediaType.html#line.285">compareTo</a>(<a
 href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&nbsp;o)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-";
 title="class or interface in java.lang">compareTo</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http">MediaType</a>&gt;</code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/http/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/http/package-tree.html 
b/content/site/apidocs/org/apache/juneau/http/package-tree.html
index 059d88d..9d3816d 100644
--- a/content/site/apidocs/org/apache/juneau/http/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/http/package-tree.html
@@ -160,7 +160,7 @@
 <li type="circle">org.apache.juneau.http.<a 
href="../../../../org/apache/juneau/http/Referer.html" title="class in 
org.apache.juneau.http"><span class="typeNameLink">Referer</span></a></li>
 </ul>
 </li>
-<li type="circle">org.apache.juneau.http.<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http"><span class="typeNameLink">MediaType</span></a>
+<li type="circle">org.apache.juneau.http.<a 
href="../../../../org/apache/juneau/http/MediaType.html" title="class in 
org.apache.juneau.http"><span class="typeNameLink">MediaType</span></a> 
(implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;)
 <ul>
 <li type="circle">org.apache.juneau.http.<a 
href="../../../../org/apache/juneau/http/ContentType.html" title="class in 
org.apache.juneau.http"><span class="typeNameLink">ContentType</span></a></li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/ini/ConfigFile.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/ini/ConfigFile.html 
b/content/site/apidocs/org/apache/juneau/ini/ConfigFile.html
index b066999..f6c62ff 100644
--- a/content/site/apidocs/org/apache/juneau/ini/ConfigFile.html
+++ b/content/site/apidocs/org/apache/juneau/ini/ConfigFile.html
@@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.37">ConfigFile</a>
+<pre>public abstract class <a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.39">ConfigFile</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>
 implements <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>,<a 
href="../../../../org/apache/juneau/ini/Section.html" title="class in 
org.apache.juneau.ini">Section</a>&gt;</pre>
 <div class="block">Implements the API for accessing the contents of a config 
file.
@@ -588,7 +588,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ConfigFile</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.37">ConfigFile</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.39">ConfigFile</a>()</pre>
 </li>
 </ul>
 </li>
@@ -605,7 +605,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>get</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/juneau/ini/ConfigFile.html#line.50">get</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;sectionName,
+<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/juneau/ini/ConfigFile.html#line.52">get</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;sectionName,
                            <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;sectionKey)</pre>
 <div class="block">Retrieves an entry value from this config file.</div>
 <dl>
@@ -623,7 +623,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</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/juneau/ini/ConfigFile.html#line.63">put</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;sectionName,
+<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/juneau/ini/ConfigFile.html#line.65">put</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;sectionName,
                            <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;sectionKey,
                            <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;value,
                            boolean&nbsp;encoded)
@@ -649,7 +649,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</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/juneau/ini/ConfigFile.html#line.76">put</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;sectionName,
+<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/juneau/ini/ConfigFile.html#line.78">put</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;sectionName,
                            <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;sectionKey,
                            <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;value,
                            boolean&nbsp;encoded)</pre>
@@ -674,7 +674,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>remove</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/juneau/ini/ConfigFile.html#line.87">remove</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;sectionName,
+<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/juneau/ini/ConfigFile.html#line.89">remove</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;sectionName,
                               <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;sectionKey)</pre>
 <div class="block">Removes an antry from this config file.</div>
 <dl>
@@ -694,7 +694,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSectionKeys</h4>
-<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</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/juneau/ini/ConfigFile.html#line.96">getSectionKeys</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;sectionName)</pre>
+<pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</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/juneau/ini/ConfigFile.html#line.98">getSectionKeys</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;sectionName)</pre>
 <div class="block">Returns the current set of keys in the specified 
section.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -712,7 +712,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>loadIfModified</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.105">loadIfModified</a>()
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.107">loadIfModified</a>()
                                    throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Reloads ths config file object from the persisted file 
contents if the modified timestamp on the file has changed.</div>
 <dl>
@@ -730,7 +730,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.114">load</a>()
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.116">load</a>()
                          throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Loads ths config file object from the persisted file 
contents.</div>
 <dl>
@@ -748,7 +748,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.124">load</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;r)
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.126">load</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;r)
                          throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Loads ths config file object from the specified 
reader.</div>
 <dl>
@@ -768,7 +768,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addLines</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.143">addLines</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;section,
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.145">addLines</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;section,
                                     <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;lines)</pre>
 <div class="block">Adds arbitrary lines to the specified config file section.
  <p>
@@ -797,7 +797,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addHeaderComments</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.164">addHeaderComments</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;section,
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.166">addHeaderComments</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;section,
                                              <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;headerComments)</pre>
 <div class="block">Adds header comments to the specified section.
  <p>
@@ -828,7 +828,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>clearHeaderComments</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.173">clearHeaderComments</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;section)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.175">clearHeaderComments</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;section)</pre>
 <div class="block">Removes any header comments from the specified 
section.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -846,7 +846,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getBeanSession</h4>
-<pre>protected abstract&nbsp;<a 
href="../../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.182">getBeanSession</a>()</pre>
+<pre>protected abstract&nbsp;<a 
href="../../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.184">getBeanSession</a>()</pre>
 <div class="block">Returns the reusable bean session associated with this 
config file.
  <p>
  Used for performing simple datatype conversions.</div>
@@ -862,7 +862,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>serialize</h4>
-<pre>protected 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/juneau/ini/ConfigFile.html#line.196">serialize</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;o)
+<pre>protected 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/juneau/ini/ConfigFile.html#line.198">serialize</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;o)
                              throws <a 
href="../../../../org/apache/juneau/serializer/SerializeException.html" 
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block">Converts the specified object to a string.
  <p>
@@ -886,7 +886,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>protected abstract&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.207">parse</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;s,
+<pre>protected abstract&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.209">parse</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;s,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                         throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -909,7 +909,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>readLock</h4>
-<pre>protected abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.212">readLock</a>()</pre>
+<pre>protected abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.214">readLock</a>()</pre>
 <div class="block">Places a read lock on this config file.</div>
 </li>
 </ul>
@@ -919,7 +919,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>readUnlock</h4>
-<pre>protected abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.217">readUnlock</a>()</pre>
+<pre>protected abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.219">readUnlock</a>()</pre>
 <div class="block">Removes the read lock on this config file.</div>
 </li>
 </ul>
@@ -929,7 +929,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getString</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.231">getString</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>public final&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/juneau/ini/ConfigFile.html#line.233">getString</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,
                               <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;def)</pre>
 <div class="block">Returns the specified value as a string from the config 
file.</div>
 <dl>
@@ -947,7 +947,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeString</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.244">removeString</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 final&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/juneau/ini/ConfigFile.html#line.246">removeString</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">Removes an entry with the specified key.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -965,7 +965,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getObject</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.301">getObject</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>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.303">getObject</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,
                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
                       throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1030,7 +1030,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getObject</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.338">getObject</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>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.340">getObject</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,
                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type)
                       throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/ini/ConfigFile.html#getObject-java.lang.String-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>getObject(String,
 Type, Type...)</code></a> except optimized for a non-parameterized class.
@@ -1078,7 +1078,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getObjectWithDefault</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.357">getObjectWithDefault</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>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.359">getObjectWithDefault</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,
                                         T&nbsp;def,
                                         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type)
                                  throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1105,7 +1105,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getObjectWithDefault</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.380">getObjectWithDefault</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>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.382">getObjectWithDefault</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,
                                         T&nbsp;def,
                                         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                                         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
@@ -1135,7 +1135,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getObject</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.399">getObject</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;sectionName,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.401">getObject</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;sectionName,
                              <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;sectionKey,
                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;c)
                       throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1160,7 +1160,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getObject</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.421">getObject</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;sectionName,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.423">getObject</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;sectionName,
                              <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;sectionKey,
                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>&nbsp;type,
                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true";
 title="class or interface in java.lang.reflect">Type</a>...&nbsp;args)
@@ -1190,7 +1190,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getString</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.439">getString</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 final&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/juneau/ini/ConfigFile.html#line.441">getString</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">Gets the entry with the specified key.
  <p>
  The key can be in one of the following formats...
@@ -1212,7 +1212,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getStringArray</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.449">getStringArray</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 final&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/juneau/ini/ConfigFile.html#line.451">getStringArray</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">Gets the entry with the specified key, splits the value on 
commas, and returns the values as trimmed strings.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1228,7 +1228,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getStringArray</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.460">getStringArray</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>public final&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/juneau/ini/ConfigFile.html#line.462">getStringArray</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,
                                      <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;def)</pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/ini/ConfigFile.html#getStringArray-java.lang.String-"><code>getStringArray(String)</code></a>
 but returns a default value if the value cannot be found.</div>
 <dl>
@@ -1246,7 +1246,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getInt</h4>
-<pre>public final&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.474">getInt</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 final&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.476">getInt</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">Convenience method for getting int config values.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1262,7 +1262,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getInt</h4>
-<pre>public final&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.493">getInt</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>public final&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.495">getInt</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,
                         int&nbsp;def)</pre>
 <div class="block">Convenience method for getting int config values.
  <p>
@@ -1288,7 +1288,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getBoolean</h4>
-<pre>public final&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.506">getBoolean</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 final&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.508">getBoolean</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">Convenience method for getting boolean config values.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1304,7 +1304,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getBoolean</h4>
-<pre>public final&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.517">getBoolean</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>public final&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.519">getBoolean</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,
                                 boolean&nbsp;def)</pre>
 <div class="block">Convenience method for getting boolean config values.</div>
 <dl>
@@ -1322,7 +1322,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.533">put</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>public final&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/juneau/ini/ConfigFile.html#line.535">put</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,
                         <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;value)
                  throws <a 
href="../../../../org/apache/juneau/serializer/SerializeException.html" 
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
 <div class="block">Adds or replaces an entry with the specified key with a 
POJO serialized to a string using the registered serializer.
@@ -1346,7 +1346,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public final&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/juneau/ini/ConfigFile.html#line.556">put</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>public final&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/juneau/ini/ConfigFile.html#line.558">put</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,
                         <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;value,
                         boolean&nbsp;encoded)
                  throws <a 
href="../../../../org/apache/juneau/serializer/SerializeException.html" 
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
@@ -1379,7 +1379,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSectionMap</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.567">getSectionMap</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;sectionName)</pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.569">getSectionMap</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;sectionName)</pre>
 <div class="block">Returns the specified section as a map of key/value 
pairs.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1395,7 +1395,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>writeProperties</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.597">writeProperties</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;sectionName,
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.599">writeProperties</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;sectionName,
                                        <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;bean,
                                        boolean&nbsp;ignoreUnknownProperties,
                                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;?&gt;...&nbsp;permittedPropertyTypes)
@@ -1428,7 +1428,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSectionAsBean</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.637">getSectionAsBean</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;sectionName,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.639">getSectionAsBean</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;sectionName,
                                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;c)
                              throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Shortcut for calling <code>getSectionAsBean(sectionName, c, 
<jk>false</jk>)</code>.</div>
@@ -1449,7 +1449,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSectionAsBean</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.678">getSectionAsBean</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;sectionName,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.680">getSectionAsBean</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;sectionName,
                                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;c,
                                     boolean&nbsp;ignoreUnknownProperties)
                              throws <a 
href="../../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
@@ -1500,7 +1500,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSectionAsInterface</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.755">getSectionAsInterface</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;sectionName,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.757">getSectionAsInterface</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;sectionName,
                                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;c)</pre>
 <div class="block">Wraps a config file section inside a Java interface so that 
values in the section can be read and
  write using getters and setters.
@@ -1567,7 +1567,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>containsNonEmptyValue</h4>
-<pre>public final&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.786">containsNonEmptyValue</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 final&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.788">containsNonEmptyValue</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">Returns <jk>true</jk> if this section contains the 
specified key and the key has a non-blank value.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1583,7 +1583,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSection</h4>
-<pre>protected abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/Section.html" title="class in 
org.apache.juneau.ini">Section</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.796">getSection</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;name)</pre>
+<pre>protected abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/Section.html" title="class in 
org.apache.juneau.ini">Section</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.798">getSection</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;name)</pre>
 <div class="block">Gets the section with the specified name.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1599,7 +1599,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getSection</h4>
-<pre>protected abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/Section.html" title="class in 
org.apache.juneau.ini">Section</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.806">getSection</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;name,
+<pre>protected abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/Section.html" title="class in 
org.apache.juneau.ini">Section</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.808">getSection</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;name,
                                       boolean&nbsp;create)</pre>
 <div class="block">Gets the section with the specified name and optionally 
creates it if it's not there.</div>
 <dl>
@@ -1619,7 +1619,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addSection</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.817">addSection</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;name)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.819">addSection</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;name)</pre>
 <div class="block">Appends a section to this config file if it does not 
already exist.
  <p>
  Returns the existing section if it already exists.</div>
@@ -1639,7 +1639,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setSection</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.827">setSection</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;name,
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.829">setSection</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;name,
                                       <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>,<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;contents)</pre>
 <div class="block">Creates or overwrites the specified section.</div>
 <dl>
@@ -1659,7 +1659,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeSection</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.836">removeSection</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;name)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.838">removeSection</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;name)</pre>
 <div class="block">Removes the section with the specified name.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1677,7 +1677,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>isEncoded</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.844">isEncoded</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;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.846">isEncoded</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">Returns <jk>true</jk> if the encoding flag is set on the 
specified entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1693,7 +1693,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>save</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.853">save</a>()
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.855">save</a>()
                          throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Saves this config file to disk.</div>
 <dl>
@@ -1711,7 +1711,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>serializeTo</h4>
-<pre>public final&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.864">serializeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
+<pre>public final&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.866">serializeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out)
                              throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Saves this config file to the specified writer as an INI 
file.
  <p>
@@ -1732,7 +1732,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>serializeTo</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.876">serializeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.878">serializeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
                                        <a 
href="../../../../org/apache/juneau/ini/ConfigFileFormat.html" title="enum in 
org.apache.juneau.ini">ConfigFileFormat</a>&nbsp;format)
                                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Same as <a 
href="../../../../org/apache/juneau/ini/ConfigFile.html#serializeTo-java.io.Writer-"><code>serializeTo(Writer)</code></a>,
 except allows you to explicitely specify a format.</div>
@@ -1753,7 +1753,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addListener</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.885">addListener</a>(<a
 href="../../../../org/apache/juneau/ini/ConfigFileListener.html" title="class 
in org.apache.juneau.ini">ConfigFileListener</a>&nbsp;listener)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.887">addListener</a>(<a
 href="../../../../org/apache/juneau/ini/ConfigFileListener.html" title="class 
in org.apache.juneau.ini">ConfigFileListener</a>&nbsp;listener)</pre>
 <div class="block">Add a listener to this config file to react to modification 
events.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1771,7 +1771,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>merge</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.897">merge</a>(<a
 href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;cf)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.899">merge</a>(<a
 href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;cf)</pre>
 <div class="block">Merges the contents of the specified config file into this 
config file.
  <p>
  Pretty much identical to just replacing this config file, but
@@ -1793,7 +1793,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</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/juneau/ini/ConfigFile.html#line.905">toString</a>()</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/juneau/ini/ConfigFile.html#line.907">toString</a>()</pre>
 <div class="block">Returns the config file contents as a string.
  <p>
  The contents of the string are the same as the contents that would be 
serialized to disk.</div>
@@ -1809,7 +1809,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getResolving</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.914">getResolving</a>(<a
 href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl">VarResolver</a>&nbsp;vr)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.916">getResolving</a>(<a
 href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl">VarResolver</a>&nbsp;vr)</pre>
 <div class="block">Returns a wrapped instance of this config file where calls 
to getters
    have their values first resolved by the specified <a 
href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl"><code>VarResolver</code></a>.</div>
 <dl>
@@ -1826,7 +1826,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getResolving</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.923">getResolving</a>(<a
 href="../../../../org/apache/juneau/svl/VarResolverSession.html" title="class 
in org.apache.juneau.svl">VarResolverSession</a>&nbsp;vs)</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.925">getResolving</a>(<a
 href="../../../../org/apache/juneau/svl/VarResolverSession.html" title="class 
in org.apache.juneau.svl">VarResolverSession</a>&nbsp;vs)</pre>
 <div class="block">Returns a wrapped instance of this config file where calls 
to getters
    have their values first resolved by the specified <a 
href="../../../../org/apache/juneau/svl/VarResolverSession.html" title="class 
in org.apache.juneau.svl"><code>VarResolverSession</code></a>.</div>
 <dl>
@@ -1843,7 +1843,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getResolving</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.938">getResolving</a>()</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/ini/ConfigFile.html" title="class in 
org.apache.juneau.ini">ConfigFile</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.940">getResolving</a>()</pre>
 <div class="block">Returns a wrapped instance of this config file where calls 
to getters have their values
  first resolved by a default <a 
href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl"><code>VarResolver</code></a>.
 
@@ -1865,7 +1865,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>toWritable</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/Writable.html" title="interface in 
org.apache.juneau">Writable</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.945">toWritable</a>()</pre>
+<pre>public abstract&nbsp;<a 
href="../../../../org/apache/juneau/Writable.html" title="interface in 
org.apache.juneau">Writable</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.947">toWritable</a>()</pre>
 <div class="block">Wraps this config file in a <a 
href="../../../../org/apache/juneau/Writable.html" title="interface in 
org.apache.juneau"><code>Writable</code></a> interface that renders it as plain 
text.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1879,7 +1879,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getVarResolver</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl">VarResolver</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.950">getVarResolver</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/juneau/svl/VarResolver.html" title="class in 
org.apache.juneau.svl">VarResolver</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/ini/ConfigFile.html#line.952">getVarResolver</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The string var resolver associated with this config file.</dd>

Reply via email to