http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/StringUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/StringUtils.html b/content/apidocs/org/apache/juneau/internal/StringUtils.html index dfd9ed7..d259a47 100644 --- a/content/apidocs/org/apache/juneau/internal/StringUtils.html +++ b/content/apidocs/org/apache/juneau/internal/StringUtils.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9}; +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -377,32 +377,39 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr id="i34" class="altColor"> <td class="colFirst"><code>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>[]</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/StringUtils.html#split-java.lang.String:A-char-">split</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>[] s, + char c)</code> +<div class="block">Same as <a href="../../../../org/apache/juneau/internal/StringUtils.html#split-java.lang.String-char-"><code>split(String, char)</code></a> except splits all strings in the input and returns a single result.</div> +</td> +</tr> +<tr id="i35" class="rowColor"> +<td class="colFirst"><code>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>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/StringUtils.html#split-java.lang.String-char-">split</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> s, char c)</code> <div class="block">Splits a character-delimited string into a string array.</div> </td> </tr> -<tr id="i35" class="rowColor"> +<tr id="i36" class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/StringUtils.html#startsWith-java.lang.String-char-">startsWith</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> s, char c)</code> <div class="block">An efficient method for checking if a string starts with a character.</div> </td> </tr> -<tr id="i36" class="altColor"> +<tr id="i37" class="rowColor"> <td class="colFirst"><code>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></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/StringUtils.html#trim-java.lang.String-">trim</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> s)</code> <div class="block">Same as <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#trim--" title="class or interface in java.lang"><code>String.trim()</code></a> but prevents <code>NullPointerExceptions</code>.</div> </td> </tr> -<tr id="i37" class="rowColor"> +<tr id="i38" class="altColor"> <td class="colFirst"><code>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></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/StringUtils.html#unEscapeChars-java.lang.String-char:A-">unEscapeChars</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> s, char[] toEscape)</code> <div class="block">Removes escape characters (\) from the specified characters.</div> </td> </tr> -<tr id="i38" class="altColor"> +<tr id="i39" class="rowColor"> <td class="colFirst"><code>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></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/StringUtils.html#unEscapeChars-java.lang.String-char:A-char-">unEscapeChars</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> s, char[] toEscape, @@ -793,13 +800,31 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </dl> </li> </ul> +<a name="split-java.lang.String:A-char-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>split</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/juneau/internal/StringUtils.html#line.504">split</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>[] s, + char c)</pre> +<div class="block">Same as <a href="../../../../org/apache/juneau/internal/StringUtils.html#split-java.lang.String-char-"><code>split(String, char)</code></a> except splits all strings in the input and returns a single result.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>s</code> - The string to split. Can be <jk>null</jk>.</dd> +<dd><code>c</code> - The character to split on.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The tokens.</dd> +</dl> +</li> +</ul> <a name="isEmpty-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isEmpty</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.503">isEmpty</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> s)</pre> +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.523">isEmpty</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> s)</pre> <div class="block">Returns <jk>true</jk> if specified string is <jk>null</jk> or empty.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -815,7 +840,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>isEmpty</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.513">isEmpty</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> s)</pre> +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.533">isEmpty</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> s)</pre> <div class="block">Returns <jk>true</jk> if specified string is <jk>null</jk> or it's <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method returns an empty string.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -831,7 +856,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>nullIfEmpty</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/juneau/internal/StringUtils.html#line.523">nullIfEmpty</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> s)</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/juneau/internal/StringUtils.html#line.543">nullIfEmpty</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> s)</pre> <div class="block">Returns <jk>null</jk> if the specified string is <jk>null</jk> or empty.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -847,7 +872,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>unEscapeChars</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/juneau/internal/StringUtils.html#line.536">unEscapeChars</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> s, +<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/juneau/internal/StringUtils.html#line.556">unEscapeChars</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> s, char[] toEscape)</pre> <div class="block">Removes escape characters (\) from the specified characters.</div> <dl> @@ -865,7 +890,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>unEscapeChars</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/juneau/internal/StringUtils.html#line.548">unEscapeChars</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> s, +<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/juneau/internal/StringUtils.html#line.568">unEscapeChars</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> s, char[] toEscape, char escapeChar)</pre> <div class="block">Removes escape characters (specified by escapeChar) from the specified characters.</div> @@ -885,7 +910,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>decodeHex</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/juneau/internal/StringUtils.html#line.581">decodeHex</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> s)</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/juneau/internal/StringUtils.html#line.601">decodeHex</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> s)</pre> <div class="block">Debug method for rendering non-ASCII character sequences.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -901,7 +926,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>startsWith</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.601">startsWith</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> s, +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.621">startsWith</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> s, char c)</pre> <div class="block">An efficient method for checking if a string starts with a character.</div> <dl> @@ -919,7 +944,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>endsWith</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.617">endsWith</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> s, +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.637">endsWith</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> s, char c)</pre> <div class="block">An efficient method for checking if a string ends with a character.</div> <dl> @@ -937,7 +962,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>isEquals</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.633">isEquals</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> s1, +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.653">isEquals</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> s1, <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> s2)</pre> <div class="block">Tests two strings for equality, but gracefully handles nulls.</div> <dl> @@ -955,7 +980,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>base64EncodeToString</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/juneau/internal/StringUtils.html#line.647">base64EncodeToString</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> in)</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/juneau/internal/StringUtils.html#line.667">base64EncodeToString</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> in)</pre> <div class="block">Shortcut for calling <code>base64Encode(in.getBytes(<js>"UTF-8"</js>))</code></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -971,7 +996,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>base64Encode</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/juneau/internal/StringUtils.html#line.659">base64Encode</a>(byte[] in)</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/juneau/internal/StringUtils.html#line.679">base64Encode</a>(byte[] in)</pre> <div class="block">BASE64-encodes the specified byte array.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -987,7 +1012,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>base64DecodeToString</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/juneau/internal/StringUtils.html#line.689">base64DecodeToString</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> in)</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/juneau/internal/StringUtils.html#line.709">base64DecodeToString</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> in)</pre> <div class="block">Shortcut for calling <code>base64Decode(String)</code> and converting the result to a UTF-8 encoded string.</div> <dl> @@ -1004,7 +1029,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>base64Decode</h4> -<pre>public static byte[] <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.702">base64Decode</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> in)</pre> +<pre>public static byte[] <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.722">base64Decode</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> in)</pre> <div class="block">BASE64-decodes the specified string.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1020,7 +1045,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>generateUUID</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/juneau/internal/StringUtils.html#line.757">generateUUID</a>(int numchars)</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/juneau/internal/StringUtils.html#line.777">generateUUID</a>(int numchars)</pre> <div class="block">Generated a random UUID with the specified number of characters. Characters are composed of lower-case ASCII letters and numbers only. This method conforms to the restrictions for hostnames as specified in <a href='https://tools.ietf.org/html/rfc952'>RFC 952</a> @@ -1046,7 +1071,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>trim</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/juneau/internal/StringUtils.html#line.775">trim</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> s)</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/juneau/internal/StringUtils.html#line.795">trim</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> s)</pre> <div class="block">Same as <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#trim--" title="class or interface in java.lang"><code>String.trim()</code></a> but prevents <code>NullPointerExceptions</code>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1062,7 +1087,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>parseISO8601Date</h4> -<pre>public static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.789">parseISO8601Date</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> date) +<pre>public static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.809">parseISO8601Date</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> date) throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> <div class="block">Parses an ISO8601 string into a date.</div> <dl> @@ -1081,7 +1106,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>replaceVars</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/juneau/internal/StringUtils.html#line.822">replaceVars</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> s, +<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/juneau/internal/StringUtils.html#line.842">replaceVars</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> s, <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>,<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>> m)</pre> <div class="block">Simple utility for replacing variables of the form <js>"{key}"</js> with values in the specified map. @@ -1106,7 +1131,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>pathStartsWith</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.891">pathStartsWith</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> path, +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.911">pathStartsWith</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> path, <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> pathPrefix)</pre> <div class="block">Returns <jk>true</jk> if the specified path string is prefixed with the specified prefix. <p> @@ -1132,7 +1157,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>pathStartsWith</h4> -<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.907">pathStartsWith</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> path, +<pre>public static boolean <a href="../../../../src-html/org/apache/juneau/internal/StringUtils.html#line.927">pathStartsWith</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> path, <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>[] pathPrefixes)</pre> <div class="block">Same as <a href="../../../../org/apache/juneau/internal/StringUtils.html#pathStartsWith-java.lang.String-java.lang.String-"><code>pathStartsWith(String, String)</code></a> but returns <jk>true</jk> if at least one prefix matches. <p></div> @@ -1151,7 +1176,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>replaceUnicodeSequences</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/juneau/internal/StringUtils.html#line.920">replaceUnicodeSequences</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> s)</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/juneau/internal/StringUtils.html#line.940">replaceUnicodeSequences</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> s)</pre> <div class="block">Replaces <js>"\\uXXXX"</js> character sequences with their unicode characters.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -1167,7 +1192,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getField</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/juneau/internal/StringUtils.html#line.948">getField</a>(int fieldNum, +<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/juneau/internal/StringUtils.html#line.968">getField</a>(int fieldNum, <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> s, char delim)</pre> <div class="block">Returns the specified field in a delimited string without splitting the string. @@ -1193,7 +1218,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getField</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/juneau/internal/StringUtils.html#line.961">getField</a>(int fieldNum, +<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/juneau/internal/StringUtils.html#line.981">getField</a>(int fieldNum, <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> s, char delim, <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> def)</pre> @@ -1278,6 +1303,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/TeeOutputStream.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/TeeOutputStream.html b/content/apidocs/org/apache/juneau/internal/TeeOutputStream.html index 9812ff8..8dddedf 100644 --- a/content/apidocs/org/apache/juneau/internal/TeeOutputStream.html +++ b/content/apidocs/org/apache/juneau/internal/TeeOutputStream.html @@ -491,6 +491,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.h <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/TeeWriter.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/TeeWriter.html b/content/apidocs/org/apache/juneau/internal/TeeWriter.html index 1ad4a4f..0fe413b 100644 --- a/content/apidocs/org/apache/juneau/internal/TeeWriter.html +++ b/content/apidocs/org/apache/juneau/internal/TeeWriter.html @@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.24">TeeWriter</a> +<pre>public class <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.23">TeeWriter</a> extends <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></pre> <div class="block">Writer that can send output to multiple writers.</div> <dl> @@ -260,7 +260,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>TeeWriter</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.33">TeeWriter</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>... writers)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.32">TeeWriter</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>... writers)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -274,7 +274,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockListLast"> <li class="blockList"> <h4>TeeWriter</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.42">TeeWriter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</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>> writers)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.41">TeeWriter</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</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>> writers)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -296,7 +296,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public <a href="../../../../org/apache/juneau/internal/TeeWriter.html" title="class in org.apache.juneau.internal">TeeWriter</a> <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.54">add</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> w, +<pre>public <a href="../../../../org/apache/juneau/internal/TeeWriter.html" title="class in org.apache.juneau.internal">TeeWriter</a> <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.53">add</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> w, boolean close)</pre> <div class="block">Adds a writer to this tee writer.</div> <dl> @@ -315,7 +315,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public <a href="../../../../org/apache/juneau/internal/TeeWriter.html" title="class in org.apache.juneau.internal">TeeWriter</a> <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.82">add</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> id, +<pre>public <a href="../../../../org/apache/juneau/internal/TeeWriter.html" title="class in org.apache.juneau.internal">TeeWriter</a> <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.81">add</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> id, <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> w, boolean close)</pre> <div class="block">Same as <a href="../../../../org/apache/juneau/internal/TeeWriter.html#add-java.io.Writer-boolean-"><code>add(Writer, boolean)</code></a> but associates the writer with an identifier @@ -336,7 +336,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>size</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.96">size</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.95">size</a>()</pre> <div class="block">Returns the number of inner writers in this tee writer.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -350,7 +350,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>getWriter</h4> -<pre>public <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> <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.107">getWriter</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> id)</pre> +<pre>public <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> <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.106">getWriter</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> id)</pre> <div class="block">Returns the writer identified through the <code>id</code> parameter passed in through the <a href="../../../../org/apache/juneau/internal/TeeWriter.html#add-java.lang.String-java.io.Writer-boolean-"><code>add(String, Writer, boolean)</code></a> method.</div> <dl> @@ -367,7 +367,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>write</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.114">write</a>(char[] cbuf, +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.113">write</a>(char[] cbuf, int off, int len) 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> @@ -385,7 +385,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockList"> <li class="blockList"> <h4>flush</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.121">flush</a>() +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.120">flush</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> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -403,7 +403,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <ul class="blockListLast"> <li class="blockList"> <h4>close</h4> -<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.128">close</a>() +<pre>public void <a href="../../../../src-html/org/apache/juneau/internal/TeeWriter.html#line.127">close</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> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -486,6 +486,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/ThrowableUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/ThrowableUtils.html b/content/apidocs/org/apache/juneau/internal/ThrowableUtils.html index c45a9c9..f60acb7 100644 --- a/content/apidocs/org/apache/juneau/internal/ThrowableUtils.html +++ b/content/apidocs/org/apache/juneau/internal/ThrowableUtils.html @@ -395,6 +395,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/Utils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/Utils.html b/content/apidocs/org/apache/juneau/internal/Utils.html index df2eccb..e7fd97e 100644 --- a/content/apidocs/org/apache/juneau/internal/Utils.html +++ b/content/apidocs/org/apache/juneau/internal/Utils.html @@ -290,6 +290,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/Version.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/Version.html b/content/apidocs/org/apache/juneau/internal/Version.html index 53dd100..cb8a792 100644 --- a/content/apidocs/org/apache/juneau/internal/Version.html +++ b/content/apidocs/org/apache/juneau/internal/Version.html @@ -386,6 +386,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/VersionRange.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/VersionRange.html b/content/apidocs/org/apache/juneau/internal/VersionRange.html index 66d67e8..6d5794c 100644 --- a/content/apidocs/org/apache/juneau/internal/VersionRange.html +++ b/content/apidocs/org/apache/juneau/internal/VersionRange.html @@ -220,7 +220,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>matches</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/internal/VersionRange.html#line.66">matches</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)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/internal/VersionRange.html#line.65">matches</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)</pre> <div class="block">Returns <jk>true</jk> if the specified version string matches this version range.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -236,7 +236,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>toString</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/juneau/internal/VersionRange.html#line.78">toString</a>()</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/juneau/internal/VersionRange.html#line.77">toString</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><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></code></dd> @@ -312,6 +312,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ArrayUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ArrayUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/ArrayUtils.html index ecf7e18..30ec0cc 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ArrayUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ArrayUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/AsciiSet.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/AsciiSet.html b/content/apidocs/org/apache/juneau/internal/class-use/AsciiSet.html index 5676484..2637ad2 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/AsciiSet.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/AsciiSet.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayCache.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayCache.html b/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayCache.html index 655f8a2..7c637fa 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayCache.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayCache.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -162,6 +164,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayInOutStream.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayInOutStream.html b/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayInOutStream.html index 9faa277..dd57a15 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayInOutStream.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ByteArrayInOutStream.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/CharSequenceReader.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/CharSequenceReader.html b/content/apidocs/org/apache/juneau/internal/class-use/CharSequenceReader.html index d88dc9e..d636669 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/CharSequenceReader.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/CharSequenceReader.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.ClassComparator.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.ClassComparator.html b/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.ClassComparator.html index dc4c7e9..abe4e59 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.ClassComparator.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.ClassComparator.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.html index 33db94c..22d2adb 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ClassUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/CollectionUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/CollectionUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/CollectionUtils.html index 3c585b4..6b7b512 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/CollectionUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/CollectionUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/DelegateBeanMap.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/DelegateBeanMap.html b/content/apidocs/org/apache/juneau/internal/class-use/DelegateBeanMap.html index b44a3a4..87534e9 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/DelegateBeanMap.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/DelegateBeanMap.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/DelegateList.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/DelegateList.html b/content/apidocs/org/apache/juneau/internal/class-use/DelegateList.html index 2621949..f180276 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/DelegateList.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/DelegateList.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/DelegateMap.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/DelegateMap.html b/content/apidocs/org/apache/juneau/internal/class-use/DelegateMap.html index 2200df3..3b9c1ce 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/DelegateMap.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/DelegateMap.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/FileUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/FileUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/FileUtils.html index 2a8832c..4f5a656 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/FileUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/FileUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/FilteredMap.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/FilteredMap.html b/content/apidocs/org/apache/juneau/internal/class-use/FilteredMap.html index 90db996..a78508a 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/FilteredMap.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/FilteredMap.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/HashCode.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/HashCode.html b/content/apidocs/org/apache/juneau/internal/class-use/HashCode.html index c4d3534..62c5292 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/HashCode.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/HashCode.html @@ -90,7 +90,9 @@ </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -200,6 +202,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/IOUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/IOUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/IOUtils.html index 1018a6b..c4ad70e 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/IOUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/IOUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/IdentityList.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/IdentityList.html b/content/apidocs/org/apache/juneau/internal/class-use/IdentityList.html index 3f86d45..8712823 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/IdentityList.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/IdentityList.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/JuneauLogger.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/JuneauLogger.html b/content/apidocs/org/apache/juneau/internal/class-use/JuneauLogger.html index aaf048e..1012445 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/JuneauLogger.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/JuneauLogger.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.server">org.apache.juneau.server</a></td> @@ -202,6 +204,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/KeywordSet.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/KeywordSet.html b/content/apidocs/org/apache/juneau/internal/class-use/KeywordSet.html index 40c1d30..005b983 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/KeywordSet.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/KeywordSet.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/MultiIterable.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/MultiIterable.html b/content/apidocs/org/apache/juneau/internal/class-use/MultiIterable.html index e4fcd1e..acf699c 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/MultiIterable.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/MultiIterable.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -162,6 +164,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/MultiSet.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/MultiSet.html b/content/apidocs/org/apache/juneau/internal/class-use/MultiSet.html index b235212..a078723 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/MultiSet.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/MultiSet.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -162,6 +164,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/Null.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/Null.html b/content/apidocs/org/apache/juneau/internal/class-use/Null.html index 2084276..c4a80be 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/Null.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/Null.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ReflectionUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ReflectionUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/ReflectionUtils.html index d6218ad..3bc8400 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ReflectionUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ReflectionUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/SimpleMap.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/SimpleMap.html b/content/apidocs/org/apache/juneau/internal/class-use/SimpleMap.html index 835e98e..0a1ff5c 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/SimpleMap.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/SimpleMap.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/StringBuilderWriter.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/StringBuilderWriter.html b/content/apidocs/org/apache/juneau/internal/class-use/StringBuilderWriter.html index a285b52..b7a56a8 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/StringBuilderWriter.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/StringBuilderWriter.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -170,6 +172,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/StringUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/StringUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/StringUtils.html index 2910b93..d56763b 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/StringUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/StringUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/TeeOutputStream.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/TeeOutputStream.html b/content/apidocs/org/apache/juneau/internal/class-use/TeeOutputStream.html index 3ac2219..afc95b6 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/TeeOutputStream.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/TeeOutputStream.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -172,6 +174,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/TeeWriter.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/TeeWriter.html b/content/apidocs/org/apache/juneau/internal/class-use/TeeWriter.html index 6cd5ce2..8551e19 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/TeeWriter.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/TeeWriter.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -172,6 +174,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/ThrowableUtils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/ThrowableUtils.html b/content/apidocs/org/apache/juneau/internal/class-use/ThrowableUtils.html index 6be1ca5..d96f387 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/ThrowableUtils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/ThrowableUtils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/Utils.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/Utils.html b/content/apidocs/org/apache/juneau/internal/class-use/Utils.html index 328602d..d8da382 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/Utils.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/Utils.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/Version.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/Version.html b/content/apidocs/org/apache/juneau/internal/class-use/Version.html index 2455a89..cc6c81f 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/Version.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/Version.html @@ -84,7 +84,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> </tbody> </table> @@ -176,6 +178,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/class-use/VersionRange.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/class-use/VersionRange.html b/content/apidocs/org/apache/juneau/internal/class-use/VersionRange.html index ebc6388..d7a1a6a 100644 --- a/content/apidocs/org/apache/juneau/internal/class-use/VersionRange.html +++ b/content/apidocs/org/apache/juneau/internal/class-use/VersionRange.html @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/package-summary.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/package-summary.html b/content/apidocs/org/apache/juneau/internal/package-summary.html index 6cd08ca..54c50bb 100644 --- a/content/apidocs/org/apache/juneau/internal/package-summary.html +++ b/content/apidocs/org/apache/juneau/internal/package-summary.html @@ -71,6 +71,10 @@ <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package org.apache.juneau.internal</h1> +<div class="docSummary"> +<div class="block">Internal classes not meant for external use</div> +</div> +<p>See: <a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> @@ -277,6 +281,11 @@ </table> </li> </ul> +<a name="package.description"> +<!-- --> +</a> +<h2 title="Package org.apache.juneau.internal Description">Package org.apache.juneau.internal Description</h2> +<div class="block"><p>Internal classes not meant for external use</p></div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> @@ -325,6 +334,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/package-tree.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/package-tree.html b/content/apidocs/org/apache/juneau/internal/package-tree.html index 0b21d77..b27f84a 100644 --- a/content/apidocs/org/apache/juneau/internal/package-tree.html +++ b/content/apidocs/org/apache/juneau/internal/package-tree.html @@ -231,6 +231,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/internal/package-use.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/internal/package-use.html b/content/apidocs/org/apache/juneau/internal/package-use.html index 7677cba..6d3e513 100644 --- a/content/apidocs/org/apache/juneau/internal/package-use.html +++ b/content/apidocs/org/apache/juneau/internal/package-use.html @@ -90,7 +90,9 @@ </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.internal">org.apache.juneau.internal</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Internal classes not meant for external use</div> +</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.server">org.apache.juneau.server</a></td> @@ -242,6 +244,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/jena/Constants.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/jena/Constants.html b/content/apidocs/org/apache/juneau/jena/Constants.html index 82cf1d3..9522296 100644 --- a/content/apidocs/org/apache/juneau/jena/Constants.html +++ b/content/apidocs/org/apache/juneau/jena/Constants.html @@ -44,7 +44,7 @@ <div class="subNav"> <ul class="navList"> <li>Prev Class</li> -<li><a href="../../../../org/apache/juneau/jena/RdfBeanPropertyMeta.html" title="class in org.apache.juneau.jena"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/juneau/jena/RdfBeanMeta.html" title="class in org.apache.juneau.jena"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/juneau/jena/Constants.html" target="_top">Frames</a></li> @@ -363,7 +363,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <p> Property added to bean resources to identify the class type. <p> - Added if <a href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_addClassAttrs"><code>SerializerContext.SERIALIZER_addClassAttrs</code></a> setting is enabled.</div> + Added if <a href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_addBeanTypeProperties"><code>SerializerContext.SERIALIZER_addBeanTypeProperties</code></a> setting is enabled.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#org.apache.juneau.jena.Constants.RDF_juneauNs_CLASS">Constant Field Values</a></dd> @@ -474,7 +474,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <div class="subNav"> <ul class="navList"> <li>Prev Class</li> -<li><a href="../../../../org/apache/juneau/jena/RdfBeanPropertyMeta.html" title="class in org.apache.juneau.jena"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/juneau/jena/RdfBeanMeta.html" title="class in org.apache.juneau.jena"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/juneau/jena/Constants.html" target="_top">Frames</a></li> @@ -514,6 +514,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
