You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2015/09/28 18:43:17 UTC

svn commit: r1705719 [29/47] - in /jackrabbit/site/live/filevault: ./ apidocs/ apidocs/org/apache/jackrabbit/vault/fs/ apidocs/org/apache/jackrabbit/vault/fs/api/ apidocs/org/apache/jackrabbit/vault/fs/api/class-use/ apidocs/org/apache/jackrabbit/vault...

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/FileInputSource.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/FileInputSource.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/FileInputSource.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/FileInputSource.html Mon Sep 28 16:43:09 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FileInputSource (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>FileInputSource (Apache Jackrabbit FileVault 3.1.24 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FileInputSource (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="FileInputSource (Apache Jackrabbit FileVault 3.1.24 API)";
     }
 //-->
 </script>
@@ -83,10 +83,10 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax">org.xml.sax.InputSource</a></li>
+<li>org.xml.sax.InputSource</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultInputSource.html" title="class in org.apache.jackrabbit.vault.fs.api">org.apache.jackrabbit.vault.fs.api.VaultInputSource</a></li>
@@ -107,7 +107,7 @@
 <br>
 <pre>public class <span class="strong">FileInputSource</span>
 extends <a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultInputSource.html" title="class in org.apache.jackrabbit.vault.fs.api">VaultInputSource</a></pre>
-<div class="block">Implements a input source that is based on a <a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>. The path of the
+<div class="block">Implements a input source that is based on a <code>File</code>. The path of the
  file is used as systemId.
  <p/>
  Currently only <a href="../../../../../org/apache/jackrabbit/vault/util/FileInputSource.html#getByteStream()"><code>getByteStream()</code></a> is implemented.</div>
@@ -129,7 +129,7 @@ extends <a href="../../../../../org/apac
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/FileInputSource.html#FileInputSource(java.io.File)">FileInputSource</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/FileInputSource.html#FileInputSource(java.io.File)">FileInputSource</a></strong>(java.io.File&nbsp;file)</code>
 <div class="block">Creates a new input source that is based on a file.</div>
 </td>
 </tr>
@@ -155,7 +155,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
+<td class="colFirst"><code>java.io.InputStream</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/FileInputSource.html#getByteStream()">getByteStream</a></strong>()</code></td>
 </tr>
 <tr class="altColor">
@@ -181,15 +181,15 @@ extends <a href="../../../../../org/apac
 <li class="blockList"><a name="methods_inherited_from_class_org.xml.sax.InputSource">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;org.xml.sax.<a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax">InputSource</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#getCharacterStream()" title="class or interface in org.xml.sax">getCharacterStream</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#getEncoding()" title="class or interface in org.xml.sax">getEncoding</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#getPublicId()" title="class or interface in org.xml.sax">getPublicId</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#getSystemId()" title="class or interface in org.xml.sax">getSystemId</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#setByteStream(java.io.InputStream)" title="class or interface in org.xml.sax">setByteStream</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#setCharacterStream(java.io
 .Reader)" title="class or interface in org.xml.sax">setCharacterStream</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#setEncoding(java.lang.String)" title="class or interface in org.xml.sax">setEncoding</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#setPublicId(java.lang.String)" title="class or interface in org.xml.sax">setPublicId</a>, <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#setSystemId(java.lang.String)" title="class or interface in org.xml.sax">setSystemId</a></code></li>
+<h3>Methods inherited from class&nbsp;org.xml.sax.InputSource</h3>
+<code>getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -211,7 +211,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FileInputSource</h4>
-<pre>public&nbsp;FileInputSource(<a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
+<pre>public&nbsp;FileInputSource(java.io.File&nbsp;file)</pre>
 <div class="block">Creates a new input source that is based on a file.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file.</dd></dl>
 </li>
@@ -243,11 +243,11 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getByteStream</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;getByteStream()</pre>
+<pre>public&nbsp;java.io.InputStream&nbsp;getByteStream()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true#getByteStream()" title="class or interface in org.xml.sax">getByteStream</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax">InputSource</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>a <a href="http://java.sun.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io"><code>FileInputStream</code></a> on the internal file.</dd></dl>
+<dd><code>getByteStream</code>&nbsp;in class&nbsp;<code>org.xml.sax.InputSource</code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>a <code>FileInputStream</code> on the internal file.</dd></dl>
 </li>
 </ul>
 <a name="getContentLength()">

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/HtmlProgressListener.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/HtmlProgressListener.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/HtmlProgressListener.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/HtmlProgressListener.html Mon Sep 28 16:43:09 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>HtmlProgressListener (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>HtmlProgressListener (Apache Jackrabbit FileVault 3.1.24 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="HtmlProgressListener (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="HtmlProgressListener (Apache Jackrabbit FileVault 3.1.24 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.util.HtmlProgressListener</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">HtmlProgressListener</span>
-extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+extends java.lang.Object
 implements <a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html" title="interface in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener</a></pre>
 <div class="block"><code>HtmlProgrressTrackerListener</code>...</div>
 </li>
@@ -136,7 +136,7 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/HtmlProgressListener.html#HtmlProgressListener(java.io.Writer)">HtmlProgressListener</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/HtmlProgressListener.html#HtmlProgressListener(java.io.Writer)">HtmlProgressListener</a></strong>(java.io.Writer&nbsp;out)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -164,16 +164,16 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/HtmlProgressListener.html#onError(org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener.Mode,%20java.lang.String,%20java.lang.Exception)">onError</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&nbsp;mode,
-       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
-       <a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;e)</code>
+       java.lang.String&nbsp;path,
+       java.lang.Exception&nbsp;e)</code>
 <div class="block">Is called when an error is received.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/HtmlProgressListener.html#onMessage(org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener.Mode,%20java.lang.String,%20java.lang.String)">onMessage</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&nbsp;mode,
-         <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action,
-         <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
+         java.lang.String&nbsp;action,
+         java.lang.String&nbsp;path)</code>
 <div class="block">Is called when a message is received.</div>
 </td>
 </tr>
@@ -190,8 +190,8 @@ implements <a href="../../../../../org/a
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -213,7 +213,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlProgressListener</h4>
-<pre>public&nbsp;HtmlProgressListener(<a href="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out)</pre>
+<pre>public&nbsp;HtmlProgressListener(java.io.Writer&nbsp;out)</pre>
 </li>
 </ul>
 </li>
@@ -267,8 +267,8 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>onError</h4>
 <pre>public&nbsp;void&nbsp;onError(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&nbsp;mode,
-           <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
-           <a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;e)</pre>
+           java.lang.String&nbsp;path,
+           java.lang.Exception&nbsp;e)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html#onError(org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener.Mode,%20java.lang.String,%20java.lang.Exception)">ProgressTrackerListener</a></code></strong></div>
 <div class="block">Is called when an error is received.</div>
 <dl>
@@ -284,8 +284,8 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>onMessage</h4>
 <pre>public&nbsp;void&nbsp;onMessage(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&nbsp;mode,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action,
-             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</pre>
+             java.lang.String&nbsp;action,
+             java.lang.String&nbsp;path)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html#onMessage(org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener.Mode,%20java.lang.String,%20java.lang.String)">ProgressTrackerListener</a></code></strong></div>
 <div class="block">Is called when a message is received.</div>
 <dl>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html Mon Sep 28 16:43:09 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InputStreamPump.Pump (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>InputStreamPump.Pump (Apache Jackrabbit FileVault 3.1.24 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputStreamPump.Pump (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="InputStreamPump.Pump (Apache Jackrabbit FileVault 3.1.24 API)";
     }
 //-->
 </script>
@@ -116,7 +116,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html#run(java.io.InputStream)">run</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html#run(java.io.InputStream)">run</a></strong>(java.io.InputStream&nbsp;in)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -139,10 +139,10 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>run</h4>
-<pre>void&nbsp;run(<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)
-         throws <a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<pre>void&nbsp;run(java.io.InputStream&nbsp;in)
+         throws java.lang.Exception</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+<dd><code>java.lang.Exception</code></dd></dl>
 </li>
 </ul>
 </li>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/InputStreamPump.html Mon Sep 28 16:43:09 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>InputStreamPump (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>InputStreamPump (Apache Jackrabbit FileVault 3.1.24 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputStreamPump (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="InputStreamPump (Apache Jackrabbit FileVault 3.1.24 API)";
     }
 //-->
 </script>
@@ -83,10 +83,10 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">java.io.InputStream</a></li>
+<li>java.io.InputStream</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.util.InputStreamPump</li>
@@ -100,12 +100,12 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd>
+<dd>java.io.Closeable, java.lang.AutoCloseable</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">InputStreamPump</span>
-extends <a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></pre>
+extends java.io.InputStream</pre>
 <div class="block"><code>InputStreamPump</code>...</div>
 </li>
 </ul>
@@ -144,7 +144,7 @@ extends <a href="http://java.sun.com/jav
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.html#InputStreamPump(java.io.InputStream,%20org.apache.jackrabbit.vault.util.InputStreamPump.Pump)">InputStreamPump</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;source,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.html#InputStreamPump(java.io.InputStream,%20org.apache.jackrabbit.vault.util.InputStreamPump.Pump)">InputStreamPump</a></strong>(java.io.InputStream&nbsp;source,
                <a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html" title="interface in org.apache.jackrabbit.vault.util">InputStreamPump.Pump</a>&nbsp;pump)</code>&nbsp;</td>
 </tr>
 </table>
@@ -171,7 +171,7 @@ extends <a href="http://java.sun.com/jav
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.html#close()">close</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></td>
+<td class="colFirst"><code>java.lang.Exception</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.html#getError()">getError</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -209,8 +209,8 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -232,11 +232,11 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>InputStreamPump</h4>
-<pre>public&nbsp;InputStreamPump(<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;source,
+<pre>public&nbsp;InputStreamPump(java.io.InputStream&nbsp;source,
                <a href="../../../../../org/apache/jackrabbit/vault/util/InputStreamPump.Pump.html" title="interface in org.apache.jackrabbit.vault.util">InputStreamPump.Pump</a>&nbsp;pump)
-                throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+                throws java.io.IOException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 </li>
@@ -253,7 +253,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getError</h4>
-<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;getError()</pre>
+<pre>public&nbsp;java.lang.Exception&nbsp;getError()</pre>
 </li>
 </ul>
 <a name="read()">
@@ -263,12 +263,12 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>read</h4>
 <pre>public&nbsp;int&nbsp;read()
-         throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+         throws java.io.IOException</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read()" title="class or interface in java.io">read</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>read</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="read(byte[])">
@@ -278,12 +278,12 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>read</h4>
 <pre>public&nbsp;int&nbsp;read(byte[]&nbsp;b)
-         throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+         throws java.io.IOException</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read(byte[])" title="class or interface in java.io">read</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>read</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="read(byte[], int, int)">
@@ -295,12 +295,12 @@ extends <a href="http://java.sun.com/jav
 <pre>public&nbsp;int&nbsp;read(byte[]&nbsp;b,
        int&nbsp;off,
        int&nbsp;len)
-         throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+         throws java.io.IOException</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read(byte[],%20int,%20int)" title="class or interface in java.io">read</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>read</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="skip(long)">
@@ -310,12 +310,12 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>skip</h4>
 <pre>public&nbsp;long&nbsp;skip(long&nbsp;n)
-          throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+          throws java.io.IOException</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#skip(long)" title="class or interface in java.io">skip</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>skip</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="available()">
@@ -325,12 +325,12 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>available</h4>
 <pre>public&nbsp;int&nbsp;available()
-              throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+              throws java.io.IOException</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#available()" title="class or interface in java.io">available</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>available</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="close()">
@@ -340,16 +340,16 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>close</h4>
 <pre>public&nbsp;void&nbsp;close()
-           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+           throws java.io.IOException</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
+<dd><code>close</code>&nbsp;in interface&nbsp;<code>java.io.Closeable</code></dd>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
+<dd><code>close</code>&nbsp;in interface&nbsp;<code>java.lang.AutoCloseable</code></dd>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>close</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="mark(int)">
@@ -361,7 +361,7 @@ extends <a href="http://java.sun.com/jav
 <pre>public&nbsp;void&nbsp;mark(int&nbsp;readlimit)</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#mark(int)" title="class or interface in java.io">mark</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>mark</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 </dl>
 </li>
 </ul>
@@ -372,12 +372,12 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>reset</h4>
 <pre>public&nbsp;void&nbsp;reset()
-           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+           throws java.io.IOException</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#reset()" title="class or interface in java.io">reset</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>reset</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
+<dd><code>java.io.IOException</code></dd></dl>
 </li>
 </ul>
 <a name="markSupported()">
@@ -389,7 +389,7 @@ extends <a href="http://java.sun.com/jav
 <pre>public&nbsp;boolean&nbsp;markSupported()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#markSupported()" title="class or interface in java.io">markSupported</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
+<dd><code>markSupported</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
 </dl>
 </li>
 </ul>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/ItemNameComparator.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/ItemNameComparator.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/ItemNameComparator.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/ItemNameComparator.html Mon Sep 28 16:43:09 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ItemNameComparator (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>ItemNameComparator (Apache Jackrabbit FileVault 3.1.24 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ItemNameComparator (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="ItemNameComparator (Apache Jackrabbit FileVault 3.1.24 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.util.ItemNameComparator</li>
@@ -95,13 +95,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;javax.jcr.Item&gt;</dd>
+<dd>java.util.Comparator&lt;javax.jcr.Item&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">ItemNameComparator</span>
-extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;javax.jcr.Item&gt;</pre>
+extends java.lang.Object
+implements java.util.Comparator&lt;javax.jcr.Item&gt;</pre>
 <div class="block"><code>ItemNameComparator</code>...</div>
 </li>
 </ul>
@@ -167,15 +167,15 @@ implements <a href="http://java.sun.com/
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.util.Comparator">
 <!--   -->
 </a>
-<h3>Methods inherited from interface&nbsp;java.util.<a href="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</a></code></li>
+<h3>Methods inherited from interface&nbsp;java.util.Comparator</h3>
+<code>equals</code></li>
 </ul>
 </li>
 </ul>
@@ -235,7 +235,7 @@ implements <a href="http://java.sun.com/
           javax.jcr.Item&nbsp;o2)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true#compare(T,%20T)" title="class or interface in java.util">compare</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;javax.jcr.Item&gt;</code></dd>
+<dd><code>compare</code>&nbsp;in interface&nbsp;<code>java.util.Comparator&lt;javax.jcr.Item&gt;</code></dd>
 </dl>
 </li>
 </ul>