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 [31/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/LineInputStream.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.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>LineInputStream (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>LineInputStream (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="LineInputStream (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="LineInputStream (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.LineInputStream</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">LineInputStream</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">Provides an input stream wrapper that detects line feed sequences and 
  replaces them by new ones.</div>
 </li>
@@ -153,7 +153,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/LineInputStream.html#LineInputStream(java.io.InputStream,%20byte[])">LineInputStream</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,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/LineInputStream.html#LineInputStream(java.io.InputStream,%20byte[])">LineInputStream</a></strong>(java.io.InputStream&nbsp;in,
                byte[]&nbsp;ls)</code>&nbsp;</td>
 </tr>
 </table>
@@ -190,15 +190,15 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList"><a name="methods_inherited_from_class_java.io.InputStream">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.io.<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></h3>
-<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>, <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>, <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>, <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>, <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>, <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></li>
+<h3>Methods inherited from class&nbsp;java.io.InputStream</h3>
+<code>available, mark, markSupported, read, reset, skip</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>
@@ -255,7 +255,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>LineInputStream</h4>
-<pre>public&nbsp;LineInputStream(<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,
+<pre>public&nbsp;LineInputStream(java.io.InputStream&nbsp;in,
                byte[]&nbsp;ls)</pre>
 </li>
 </ul>
@@ -274,12 +274,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[], int, int)">
@@ -291,12 +291,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="close()">
@@ -306,16 +306,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>
 </li>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.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>LineOutputStream (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>LineOutputStream (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="LineOutputStream (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="LineOutputStream (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/OutputStream.html?is-external=true" title="class or interface in java.io">java.io.OutputStream</a></li>
+<li>java.io.OutputStream</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.util.LineOutputStream</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/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</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.io.Flushable, java.lang.AutoCloseable</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">LineOutputStream</span>
-extends <a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></pre>
+extends java.io.OutputStream</pre>
 <div class="block">Provides an output stream wrapper that detects line feed sequences and
  replaces them by new ones.</div>
 </li>
@@ -157,7 +157,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/LineOutputStream.html#LineOutputStream(java.io.OutputStream,%20byte[])">LineOutputStream</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/LineOutputStream.html#LineOutputStream(java.io.OutputStream,%20byte[])">LineOutputStream</a></strong>(java.io.OutputStream&nbsp;out,
                 byte[]&nbsp;ls)</code>&nbsp;</td>
 </tr>
 </table>
@@ -196,15 +196,15 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList"><a name="methods_inherited_from_class_java.io.OutputStream">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.io.<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></h3>
-<code><a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true#write(byte[])" title="class or interface in java.io">write</a>, <a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true#write(byte[],%20int,%20int)" title="class or interface in java.io">write</a></code></li>
+<h3>Methods inherited from class&nbsp;java.io.OutputStream</h3>
+<code>write, write</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>
@@ -270,7 +270,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>LineOutputStream</h4>
-<pre>public&nbsp;LineOutputStream(<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out,
+<pre>public&nbsp;LineOutputStream(java.io.OutputStream&nbsp;out,
                 byte[]&nbsp;ls)</pre>
 </li>
 </ul>
@@ -289,12 +289,12 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>write</h4>
 <pre>public&nbsp;void&nbsp;write(int&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>Specified by:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true#write(int)" title="class or interface in java.io">write</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></dd>
+<dd><code>write</code>&nbsp;in class&nbsp;<code>java.io.OutputStream</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="flush(boolean)">
@@ -304,9 +304,9 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>flush</h4>
 <pre>public&nbsp;void&nbsp;flush(boolean&nbsp;addLF)
-           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>
 <a name="flush()">
@@ -316,14 +316,14 @@ extends <a href="http://java.sun.com/jav
 <li class="blockList">
 <h4>flush</h4>
 <pre>public&nbsp;void&nbsp;flush()
-           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/Flushable.html?is-external=true#flush()" title="class or interface in java.io">flush</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a></code></dd>
+<dd><code>flush</code>&nbsp;in interface&nbsp;<code>java.io.Flushable</code></dd>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true#flush()" title="class or interface in java.io">flush</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></dd>
+<dd><code>flush</code>&nbsp;in class&nbsp;<code>java.io.OutputStream</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()">
@@ -333,16 +333,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/OutputStream.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/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></dd>
+<dd><code>close</code>&nbsp;in class&nbsp;<code>java.io.OutputStream</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>
 </li>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.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>MD5 (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>MD5 (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="MD5 (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="MD5 (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.MD5</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">MD5</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></pre>
+extends java.lang.Object</pre>
 <div class="block"><code>MD5</code>...</div>
 </li>
 </ul>
@@ -123,7 +123,7 @@ extends <a href="http://java.sun.com/jav
    long&nbsp;lsb)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#MD5(java.lang.String)">MD5</a></strong>(<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;str)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#MD5(java.lang.String)">MD5</a></strong>(java.lang.String&nbsp;str)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -142,15 +142,15 @@ extends <a href="http://java.sun.com/jav
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html" title="class in org.apache.jackrabbit.vault.util">MD5</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#digest(java.io.File)">digest</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>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#digest(java.io.File)">digest</a></strong>(java.io.File&nbsp;file)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html" title="class in org.apache.jackrabbit.vault.util">MD5</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#digest(java.io.InputStream)">digest</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/MD5.html#digest(java.io.InputStream)">digest</a></strong>(java.io.InputStream&nbsp;in)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#equals(java.lang.Object)">equals</a></strong>(<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>&nbsp;o)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
@@ -173,7 +173,7 @@ extends <a href="http://java.sun.com/jav
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#hashCode()">hashCode</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/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html#toString()">toString</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -181,8 +181,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#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#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-external=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#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, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -214,7 +214,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>MD5</h4>
-<pre>public&nbsp;MD5(<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;str)</pre>
+<pre>public&nbsp;MD5(java.lang.String&nbsp;str)</pre>
 </li>
 </ul>
 <a name="MD5(byte[])">
@@ -276,10 +276,10 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>digest</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html" title="class in org.apache.jackrabbit.vault.util">MD5</a>&nbsp;digest(<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/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html" title="class in org.apache.jackrabbit.vault.util">MD5</a>&nbsp;digest(java.io.InputStream&nbsp;in)
+                  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>
 <a name="digest(java.io.File)">
@@ -288,10 +288,10 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>digest</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html" title="class in org.apache.jackrabbit.vault.util">MD5</a>&nbsp;digest(<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)
-                  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>
+<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/util/MD5.html" title="class in org.apache.jackrabbit.vault.util">MD5</a>&nbsp;digest(java.io.File&nbsp;file)
+                  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>
 <a name="toString()">
@@ -300,10 +300,10 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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;toString()</pre>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><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></code>&nbsp;in class&nbsp;<code><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></code></dd>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
 </dl>
 </li>
 </ul>
@@ -316,7 +316,7 @@ extends <a href="http://java.sun.com/jav
 <pre>public&nbsp;int&nbsp;hashCode()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><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></code>&nbsp;in class&nbsp;<code><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></code></dd>
+<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
 </dl>
 </li>
 </ul>
@@ -326,10 +326,10 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;equals(<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>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><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></code>&nbsp;in class&nbsp;<code><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></code></dd>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
 </dl>
 </li>
 </ul>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.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>MimeTypes (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>MimeTypes (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="MimeTypes (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="MimeTypes (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.MimeTypes</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">MimeTypes</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></pre>
+extends java.lang.Object</pre>
 <div class="block"><code>MimeTypes</code> contains a mapping from extensions to mime types.</div>
 </li>
 </ul>
@@ -117,7 +117,7 @@ extends <a href="http://java.sun.com/jav
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#APPLICATION_OCTET_STREAM">APPLICATION_OCTET_STREAM</a></strong></code>
 <div class="block">constant for "application/octet-stream"</div>
 </td>
@@ -155,50 +155,50 @@ extends <a href="http://java.sun.com/jav
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#getExtension(java.lang.String)">getExtension</a></strong>(<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;mimeType)</code>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#getExtension(java.lang.String)">getExtension</a></strong>(java.lang.String&nbsp;mimeType)</code>
 <div class="block">Retrieve the default extension for the given mime type</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#getMimeType(java.lang.String)">getMimeType</a></strong>(<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;name)</code>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#getMimeType(java.lang.String)">getMimeType</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Retrieve the mimetype for the given extension or name</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#getMimeType(java.lang.String,%20java.lang.String)">getMimeType</a></strong>(<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;name,
-           <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;defaultType)</code>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#getMimeType(java.lang.String,%20java.lang.String)">getMimeType</a></strong>(java.lang.String&nbsp;name,
+           java.lang.String&nbsp;defaultType)</code>
 <div class="block">Retrieve the mimetype for the given extension or name</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#hasExtension(java.lang.String,%20java.lang.String)">hasExtension</a></strong>(<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;mimeType,
-            <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;ext)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#hasExtension(java.lang.String,%20java.lang.String)">hasExtension</a></strong>(java.lang.String&nbsp;mimeType,
+            java.lang.String&nbsp;ext)</code>
 <div class="block">Checks if the given mime type is mapped to the extension</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#isBinary(java.lang.String)">isBinary</a></strong>(<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;mimeType)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#isBinary(java.lang.String)">isBinary</a></strong>(java.lang.String&nbsp;mimeType)</code>
 <div class="block">checks if the given mimetype denotes binary content</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#matches(java.lang.String,%20java.lang.String,%20java.lang.String)">matches</a></strong>(<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;name,
-       <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;mimeType,
-       <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;defaultType)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/MimeTypes.html#matches(java.lang.String,%20java.lang.String,%20java.lang.String)">matches</a></strong>(java.lang.String&nbsp;name,
+       java.lang.String&nbsp;mimeType,
+       java.lang.String&nbsp;defaultType)</code>&nbsp;</td>
 </tr>
 </table>
 <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>
@@ -220,7 +220,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>APPLICATION_OCTET_STREAM</h4>
-<pre>public static final&nbsp;<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> APPLICATION_OCTET_STREAM</pre>
+<pre>public static final&nbsp;java.lang.String APPLICATION_OCTET_STREAM</pre>
 <div class="block">constant for "application/octet-stream"</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.util.MimeTypes.APPLICATION_OCTET_STREAM">Constant Field Values</a></dd></dl>
 </li>
@@ -256,7 +256,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getMimeType</h4>
-<pre>public static&nbsp;<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;getMimeType(<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;name)</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;getMimeType(java.lang.String&nbsp;name)</pre>
 <div class="block">Retrieve the mimetype for the given extension or name</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the mimetype or <code>null</code></dd></dl>
@@ -268,8 +268,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getMimeType</h4>
-<pre>public static&nbsp;<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;getMimeType(<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;name,
-                 <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;defaultType)</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;getMimeType(java.lang.String&nbsp;name,
+                           java.lang.String&nbsp;defaultType)</pre>
 <div class="block">Retrieve the mimetype for the given extension or name</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name</dd><dd><code>defaultType</code> - type to return if no mapping is found.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the mimetype or <code>null</code></dd></dl>
@@ -281,7 +281,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtension</h4>
-<pre>public static&nbsp;<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;getExtension(<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;mimeType)</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;getExtension(java.lang.String&nbsp;mimeType)</pre>
 <div class="block">Retrieve the default extension for the given mime type</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mimeType</code> - the mime type</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the extension or null</dd></dl>
@@ -293,7 +293,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>isBinary</h4>
-<pre>public static&nbsp;boolean&nbsp;isBinary(<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;mimeType)</pre>
+<pre>public static&nbsp;boolean&nbsp;isBinary(java.lang.String&nbsp;mimeType)</pre>
 <div class="block">checks if the given mimetype denotes binary content</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mimeType</code> - the mime type</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if binary or if <code>mimeType</code> is <code>null</code></dd></dl>
@@ -305,8 +305,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>hasExtension</h4>
-<pre>public static&nbsp;boolean&nbsp;hasExtension(<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;mimeType,
-                   <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;ext)</pre>
+<pre>public static&nbsp;boolean&nbsp;hasExtension(java.lang.String&nbsp;mimeType,
+                   java.lang.String&nbsp;ext)</pre>
 <div class="block">Checks if the given mime type is mapped to the extension</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mimeType</code> - the mime type</dd><dd><code>ext</code> - the extension</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the given mime type contains that extension</dd></dl>
@@ -318,9 +318,9 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public static&nbsp;boolean&nbsp;matches(<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;name,
-              <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;mimeType,
-              <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;defaultType)</pre>
+<pre>public static&nbsp;boolean&nbsp;matches(java.lang.String&nbsp;name,
+              java.lang.String&nbsp;mimeType,
+              java.lang.String&nbsp;defaultType)</pre>
 </li>
 </ul>
 </li>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.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>NodeNameComparator (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>NodeNameComparator (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="NodeNameComparator (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="NodeNameComparator (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.NodeNameComparator</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.Node&gt;</dd>
+<dd>java.util.Comparator&lt;javax.jcr.Node&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">NodeNameComparator</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.Node&gt;</pre>
+extends java.lang.Object
+implements java.util.Comparator&lt;javax.jcr.Node&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.Node&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.Node&gt;</code></dd>
+<dd><code>compare</code>&nbsp;in interface&nbsp;<code>java.util.Comparator&lt;javax.jcr.Node&gt;</code></dd>
 </dl>
 </li>
 </ul>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.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>PathComparator (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>PathComparator (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="PathComparator (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="PathComparator (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.PathComparator</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;<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>&gt;</dd>
+<dd>java.util.Comparator&lt;java.lang.String&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">PathComparator</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;<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>&gt;</pre>
+extends java.lang.Object
+implements java.util.Comparator&lt;java.lang.String&gt;</pre>
 <div class="block"><code>PathComparator</code>...</div>
 </li>
 </ul>
@@ -150,11 +150,11 @@ implements <a href="http://java.sun.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathComparator.html#compare(java.lang.String,%20java.lang.String)">compare</a></strong>(<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;o1,
-       <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;o2)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathComparator.html#compare(java.lang.String,%20java.lang.String)">compare</a></strong>(java.lang.String&nbsp;o1,
+       java.lang.String&nbsp;o2)</code>
 <div class="block">
 
- Compared to the <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true#compareTo(java.lang.String)" title="class or interface in java.lang"><code>String.compareTo(String)</code></a> it handles the '/'
+ Compared to the <code>String.compareTo(String)</code> it handles the '/'
  differently giving it the highest priority so that:
 
  "/a" < "/b"
@@ -166,15 +166,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>
@@ -241,18 +241,18 @@ implements <a href="http://java.sun.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>compare</h4>
-<pre>public&nbsp;int&nbsp;compare(<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;o1,
-          <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;o2)</pre>
+<pre>public&nbsp;int&nbsp;compare(java.lang.String&nbsp;o1,
+          java.lang.String&nbsp;o2)</pre>
 <div class="block">
 
- Compared to the <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true#compareTo(java.lang.String)" title="class or interface in java.lang"><code>String.compareTo(String)</code></a> it handles the '/'
+ Compared to the <code>String.compareTo(String)</code> it handles the '/'
  differently giving it the highest priority so that:
 
  "/a" < "/b"
  "/a1foo" < "/a/foo"</div>
 <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;<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>&gt;</code></dd>
+<dd><code>compare</code>&nbsp;in interface&nbsp;<code>java.util.Comparator&lt;java.lang.String&gt;</code></dd>
 </dl>
 </li>
 </ul>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html?rev=1705719&r1=1705718&r2=1705719&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.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>PathUtil (Apache Jackrabbit FileVault 3.1.16 API)</title>
+<title>PathUtil (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="PathUtil (Apache Jackrabbit FileVault 3.1.16 API)";
+        parent.document.title="PathUtil (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.PathUtil</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">PathUtil</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></pre>
+extends java.lang.Object</pre>
 <div class="block"><code>PathUtil</code>...</div>
 </li>
 </ul>
@@ -134,59 +134,59 @@ extends <a href="http://java.sun.com/jav
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#append(java.lang.String,%20java.lang.String)">append</a></strong>(<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;parent,
-      <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;relPath)</code>&nbsp;</td>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#append(java.lang.String,%20java.lang.String)">append</a></strong>(java.lang.String&nbsp;parent,
+      java.lang.String&nbsp;relPath)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getDepth(java.lang.String)">getDepth</a></strong>(<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>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getDepth(java.lang.String)">getDepth</a></strong>(java.lang.String&nbsp;path)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
+<td class="colFirst"><code>static java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getPath(javax.jcr.Node,%20java.lang.String)">getPath</a></strong>(javax.jcr.Node&nbsp;parent,
-       <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;relPath)</code>&nbsp;</td>
+       java.lang.String&nbsp;relPath)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativeFile(java.io.File,%20java.io.File)">getRelativeFile</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;parent,
-               <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>&nbsp;</td>
+<td class="colFirst"><code>static java.io.File</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativeFile(java.io.File,%20java.io.File)">getRelativeFile</a></strong>(java.io.File&nbsp;parent,
+               java.io.File&nbsp;file)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativeFilePath(java.lang.String,%20java.lang.String)">getRelativeFilePath</a></strong>(<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;cwd,
-                   <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>&nbsp;</td>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativeFilePath(java.lang.String,%20java.lang.String)">getRelativeFilePath</a></strong>(java.lang.String&nbsp;cwd,
+                   java.lang.String&nbsp;path)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativeFilePath(java.lang.String,%20java.lang.String,%20java.lang.String)">getRelativeFilePath</a></strong>(<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;cwd,
-                   <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/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;separator)</code>&nbsp;</td>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativeFilePath(java.lang.String,%20java.lang.String,%20java.lang.String)">getRelativeFilePath</a></strong>(java.lang.String&nbsp;cwd,
+                   java.lang.String&nbsp;path,
+                   java.lang.String&nbsp;separator)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativePath(java.lang.String,%20java.lang.String)">getRelativePath</a></strong>(<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;parent,
-               <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>&nbsp;</td>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#getRelativePath(java.lang.String,%20java.lang.String)">getRelativePath</a></strong>(java.lang.String&nbsp;parent,
+               java.lang.String&nbsp;path)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <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>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#makePath(java.lang.String[],%20java.lang.String)">makePath</a></strong>(<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;parent,
-        <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>
+<td class="colFirst"><code>static java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#makePath(java.lang.String[],%20java.lang.String)">makePath</a></strong>(java.lang.String[]&nbsp;parent,
+        java.lang.String&nbsp;path)</code>
 <div class="block">make a canonical path.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static <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></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#makePath(java.lang.String,%20java.lang.String)">makePath</a></strong>(<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;parent,
-        <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;relPath)</code>&nbsp;</td>
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/util/PathUtil.html#makePath(java.lang.String,%20java.lang.String)">makePath</a></strong>(java.lang.String&nbsp;parent,
+        java.lang.String&nbsp;relPath)</code>&nbsp;</td>
 </tr>
 </table>
 <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>
@@ -225,8 +225,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>makePath</h4>
-<pre>public static&nbsp;<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;makePath(<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;parent,
-                <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>
+<pre>public static&nbsp;java.lang.String[]&nbsp;makePath(java.lang.String[]&nbsp;parent,
+                          java.lang.String&nbsp;path)</pre>
 <div class="block">make a canonical path. removes all /./ and /../ and multiple slashes.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - the parent path (can be <code>null</code>)</dd><dd><code>path</code> - the path to resolve</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the canonicalized path</dd></dl>
@@ -238,8 +238,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>makePath</h4>
-<pre>public static&nbsp;<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;makePath(<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;parent,
-              <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;relPath)</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;makePath(java.lang.String&nbsp;parent,
+                        java.lang.String&nbsp;relPath)</pre>
 </li>
 </ul>
 <a name="getRelativeFile(java.io.File, java.io.File)">
@@ -248,8 +248,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativeFile</h4>
-<pre>public static&nbsp;<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;getRelativeFile(<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;parent,
-                   <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 static&nbsp;java.io.File&nbsp;getRelativeFile(java.io.File&nbsp;parent,
+                           java.io.File&nbsp;file)</pre>
 </li>
 </ul>
 <a name="getRelativePath(java.lang.String, java.lang.String)">
@@ -258,8 +258,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativePath</h4>
-<pre>public static&nbsp;<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;getRelativePath(<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;parent,
-                     <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>
+<pre>public static&nbsp;java.lang.String&nbsp;getRelativePath(java.lang.String&nbsp;parent,
+                               java.lang.String&nbsp;path)</pre>
 </li>
 </ul>
 <a name="getRelativeFilePath(java.lang.String, java.lang.String)">
@@ -268,8 +268,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativeFilePath</h4>
-<pre>public static&nbsp;<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;getRelativeFilePath(<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;cwd,
-                         <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>
+<pre>public static&nbsp;java.lang.String&nbsp;getRelativeFilePath(java.lang.String&nbsp;cwd,
+                                   java.lang.String&nbsp;path)</pre>
 </li>
 </ul>
 <a name="getRelativeFilePath(java.lang.String, java.lang.String, java.lang.String)">
@@ -278,9 +278,9 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativeFilePath</h4>
-<pre>public static&nbsp;<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;getRelativeFilePath(<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;cwd,
-                         <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/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;separator)</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;getRelativeFilePath(java.lang.String&nbsp;cwd,
+                                   java.lang.String&nbsp;path,
+                                   java.lang.String&nbsp;separator)</pre>
 </li>
 </ul>
 <a name="append(java.lang.String, java.lang.String)">
@@ -289,8 +289,8 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public static&nbsp;<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;append(<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;parent,
-            <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;relPath)</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;append(java.lang.String&nbsp;parent,
+                      java.lang.String&nbsp;relPath)</pre>
 </li>
 </ul>
 <a name="getDepth(java.lang.String)">
@@ -299,7 +299,7 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockList">
 <li class="blockList">
 <h4>getDepth</h4>
-<pre>public static&nbsp;int&nbsp;getDepth(<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>
+<pre>public static&nbsp;int&nbsp;getDepth(java.lang.String&nbsp;path)</pre>
 </li>
 </ul>
 <a name="getPath(javax.jcr.Node, java.lang.String)">
@@ -308,9 +308,9 @@ extends <a href="http://java.sun.com/jav
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getPath</h4>
-<pre>public static&nbsp;<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;getPath(javax.jcr.Node&nbsp;parent,
-             <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;relPath)
-                      throws javax.jcr.RepositoryException</pre>
+<pre>public static&nbsp;java.lang.String&nbsp;getPath(javax.jcr.Node&nbsp;parent,
+                       java.lang.String&nbsp;relPath)
+                                throws javax.jcr.RepositoryException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code></dd></dl>
 </li>