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 2016/01/10 06:43:32 UTC

svn commit: r1723908 [6/48] - in /jackrabbit/site/live/filevault: ./ META-INF/ 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/jackrab...

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportMode.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportMode.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportMode.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportMode.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ImportMode (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>ImportMode (Apache Jackrabbit FileVault 3.1.26 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="ImportMode (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="ImportMode (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,10 +83,10 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<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>
 <ul class="inheritance">
-<li>java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&gt;</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&gt;</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.ImportMode</li>
@@ -100,12 +100,12 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&gt;</dd>
+<dd><a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public enum <span class="strong">ImportMode</span>
-extends java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&gt;</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&gt;</pre>
 <div class="block"><code>ImportMode</code> is used to define how importing content is applied
  to the existing content in the repository.</div>
 </li>
@@ -157,7 +157,7 @@ extends java.lang.Enum&lt;<a href="../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html#valueOf(java.lang.String)">valueOf</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>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </td>
 </tr>
@@ -173,15 +173,15 @@ the order they are declared.</div>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
-<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.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/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.ht
 ml?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></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.Object</h3>
-<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+<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#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>
 </ul>
 </li>
 </ul>
@@ -260,7 +260,7 @@ for (ImportMode c : ImportMode.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportMode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportMode</a>&nbsp;valueOf(<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>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -268,8 +268,8 @@ not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
-<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
 </li>
 </ul>
 </li>
@@ -339,6 +339,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilter.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>ItemFilter (Apache Jackrabbit FileVault 3.1.26 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="ItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="ItemFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -288,6 +288,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ItemFilterSet (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>ItemFilterSet (Apache Jackrabbit FileVault 3.1.26 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="ItemFilterSet (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="ItemFilterSet (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<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>
 <ul class="inheritance">
 <li><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html" title="class in org.apache.jackrabbit.vault.fs.api">org.apache.jackrabbit.vault.fs.api.FilterSet</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ItemFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">ItemFilter</a>&gt;</li>
@@ -178,7 +178,7 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html#ItemFilterSet(java.lang.String)">ItemFilterSet</a></strong>(java.lang.String&nbsp;root)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html#ItemFilterSet(java.lang.String)">ItemFilterSet</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;root)</code>
 <div class="block">Creates a new item filter set and sets the respective root path</div>
 </td>
 </tr>
@@ -208,7 +208,7 @@ extends <a href="../../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ItemFilterSet.html#contains(javax.jcr.Item,%20java.lang.String,%20int)">contains</a></strong>(javax.jcr.Item&nbsp;item,
-        java.lang.String&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;path,
         int&nbsp;depth)</code>
 <div class="block">Evaluates the filters if this set does <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#covers(java.lang.String)"><code>cover</code></a> the
  given item.</div>
@@ -226,8 +226,8 @@ extends <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.Object</h3>
-<code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
+<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#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#w
 ait()" 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>
 </ul>
 </li>
 </ul>
@@ -287,7 +287,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ItemFilterSet</h4>
-<pre>public&nbsp;ItemFilterSet(java.lang.String&nbsp;root)</pre>
+<pre>public&nbsp;ItemFilterSet(<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;root)</pre>
 <div class="block">Creates a new item filter set and sets the respective root path</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>root</code> - path</dd></dl>
 </li>
@@ -328,7 +328,7 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>contains</h4>
 <pre>public&nbsp;boolean&nbsp;contains(javax.jcr.Item&nbsp;item,
-               java.lang.String&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;path,
                int&nbsp;depth)
                  throws javax.jcr.RepositoryException</pre>
 <div class="block">Evaluates the filters if this set does <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#covers(java.lang.String)"><code>cover</code></a> the
@@ -410,6 +410,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MultiPathMapping (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>MultiPathMapping (Apache Jackrabbit FileVault 3.1.26 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="MultiPathMapping (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="MultiPathMapping (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<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>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.MultiPathMapping</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">MultiPathMapping</span>
-extends java.lang.Object
+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="../../../../../../org/apache/jackrabbit/vault/fs/api/PathMapping.html" title="interface in org.apache.jackrabbit.vault.fs.api">PathMapping</a></pre>
 <div class="block">Implements a path mapping that supports multiple synlinks</div>
 <dl><dt><span class="strong">Since:</span></dt>
@@ -157,20 +157,20 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html" title="class in org.apache.jackrabbit.vault.fs.api">MultiPathMapping</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html#link(java.lang.String,%20java.lang.String)">link</a></strong>(java.lang.String&nbsp;src,
-    java.lang.String&nbsp;dst)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html#link(java.lang.String,%20java.lang.String)">link</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;src,
+    <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;dst)</code>
 <div class="block">Creates a new link from the path <code>src</code> to the path <code>dst</code></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html#map(java.lang.String)">map</a></strong>(java.lang.String&nbsp;path)</code>
+<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="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html#map(java.lang.String)">map</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>
 <div class="block">Maps the given path to a new location.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html#map(java.lang.String,%20boolean)">map</a></strong>(java.lang.String&nbsp;path,
+<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="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html#map(java.lang.String,%20boolean)">map</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,
    boolean&nbsp;reverse)</code>
 <div class="block">Maps the given path to a new location.</div>
 </td>
@@ -186,8 +186,8 @@ implements <a href="../../../../../../or
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<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>
 </ul>
 </li>
 </ul>
@@ -226,8 +226,8 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>link</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html" title="class in org.apache.jackrabbit.vault.fs.api">MultiPathMapping</a>&nbsp;link(java.lang.String&nbsp;src,
-                    java.lang.String&nbsp;dst)</pre>
+<pre>public&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/MultiPathMapping.html" title="class in org.apache.jackrabbit.vault.fs.api">MultiPathMapping</a>&nbsp;link(<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;src,
+                    <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;dst)</pre>
 <div class="block">Creates a new link from the path <code>src</code> to the path <code>dst</code></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - source path</dd><dd><code>dst</code> - destination path</dd>
 <dt><span class="strong">Returns:</span></dt><dd>this</dd></dl>
@@ -251,7 +251,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>map</h4>
-<pre>public&nbsp;java.lang.String&nbsp;map(java.lang.String&nbsp;path)</pre>
+<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;map(<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>
 <div class="block">Maps the given path to a new location.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -266,8 +266,8 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>map</h4>
-<pre>public&nbsp;java.lang.String&nbsp;map(java.lang.String&nbsp;path,
-                   boolean&nbsp;reverse)</pre>
+<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;map(<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,
+         boolean&nbsp;reverse)</pre>
 <div class="block">Maps the given path to a new location.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -343,6 +343,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeNameList.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeNameList.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeNameList.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeNameList.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>NodeNameList (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>NodeNameList (Apache Jackrabbit FileVault 3.1.26 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="NodeNameList (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="NodeNameList (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<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>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.NodeNameList</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">NodeNameList</span>
-extends java.lang.Object</pre>
+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>
 <div class="block"><code>SiblingNames</code>...</div>
 </li>
 </ul>
@@ -135,14 +135,14 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/NodeNameList.html#addName(java.lang.String)">addName</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/NodeNameList.html#addName(java.lang.String)">addName</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>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/NodeNameList.html#contains(java.lang.String)">contains</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/NodeNameList.html#contains(java.lang.String)">contains</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>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.LinkedHashSet&lt;java.lang.String&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</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></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/NodeNameList.html#getNames()">getNames</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -162,8 +162,8 @@ extends java.lang.Object</pre>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<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>
 </ul>
 </li>
 </ul>
@@ -202,7 +202,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>addName</h4>
-<pre>public&nbsp;void&nbsp;addName(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;void&nbsp;addName(<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>
 </li>
 </ul>
 <a name="contains(java.lang.String)">
@@ -211,7 +211,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public&nbsp;boolean&nbsp;contains(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;boolean&nbsp;contains(<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>
 </li>
 </ul>
 <a name="getNames()">
@@ -220,7 +220,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getNames</h4>
-<pre>public&nbsp;java.util.LinkedHashSet&lt;java.lang.String&gt;&nbsp;getNames()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</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;&nbsp;getNames()</pre>
 </li>
 </ul>
 <a name="needsReorder(javax.jcr.Node)">
@@ -323,6 +323,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeTypesCollector.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeTypesCollector.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeTypesCollector.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/NodeTypesCollector.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>NodeTypesCollector (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>NodeTypesCollector (Apache Jackrabbit FileVault 3.1.26 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="NodeTypesCollector (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="NodeTypesCollector (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -119,7 +119,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</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></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/NodeTypesCollector.html#getNodeTypes()">getNodeTypes</a></strong>()</code>
 <div class="block">Returns the node types used in the aggregates (so far).</div>
 </td>
@@ -145,7 +145,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getNodeTypes</h4>
-<pre>java.util.Set&lt;java.lang.String&gt;&nbsp;getNodeTypes()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</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;&nbsp;getNodeTypes()</pre>
 <div class="block">Returns the node types used in the aggregates (so far).</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>node types</dd></dl>
 </li>
@@ -232,6 +232,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilter.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PathFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>PathFilter (Apache Jackrabbit FileVault 3.1.26 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="PathFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="PathFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -152,7 +152,7 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilter.html#matches(java.lang.String)">matches</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilter.html#matches(java.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;path)</code>
 <div class="block">Checks if the given path matches this filters criteria.</div>
 </td>
 </tr>
@@ -218,7 +218,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>matches</h4>
-<pre>boolean&nbsp;matches(java.lang.String&nbsp;path)</pre>
+<pre>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;path)</pre>
 <div class="block">Checks if the given path matches this filters criteria.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path to check</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if this filter matches the criteria;
@@ -316,6 +316,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilterSet.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilterSet.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilterSet.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathFilterSet.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PathFilterSet (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>PathFilterSet (Apache Jackrabbit FileVault 3.1.26 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="PathFilterSet (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="PathFilterSet (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<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>
 <ul class="inheritance">
 <li><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html" title="class in org.apache.jackrabbit.vault.fs.api">org.apache.jackrabbit.vault.fs.api.FilterSet</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">PathFilter</a>&gt;</li>
@@ -178,7 +178,7 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilterSet.html#PathFilterSet(java.lang.String)">PathFilterSet</a></strong>(java.lang.String&nbsp;root)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilterSet.html#PathFilterSet(java.lang.String)">PathFilterSet</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;root)</code>
 <div class="block">Creates a new path filter set and sets the respective root path</div>
 </td>
 </tr>
@@ -199,7 +199,7 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilterSet.html#contains(java.lang.String)">contains</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilterSet.html#contains(java.lang.String)">contains</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>
 <div class="block">Evaluates the filters if this set does <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#covers(java.lang.String)"><code>cover</code></a> the
  given item.</div>
 </td>
@@ -235,8 +235,8 @@ extends <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.Object</h3>
-<code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
+<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#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#w
 ait()" 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>
 </ul>
 </li>
 </ul>
@@ -296,7 +296,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PathFilterSet</h4>
-<pre>public&nbsp;PathFilterSet(java.lang.String&nbsp;root)</pre>
+<pre>public&nbsp;PathFilterSet(<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;root)</pre>
 <div class="block">Creates a new path filter set and sets the respective root path</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>root</code> - path</dd></dl>
 </li>
@@ -315,7 +315,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public&nbsp;boolean&nbsp;contains(java.lang.String&nbsp;path)</pre>
+<pre>public&nbsp;boolean&nbsp;contains(<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>
 <div class="block">Evaluates the filters if this set does <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#covers(java.lang.String)"><code>cover</code></a> the
  given item. otherwise <code>false</code> is returned.
  The result of the evaluation is the polarity of the last matched path.
@@ -434,6 +434,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathMapping.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathMapping.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathMapping.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/PathMapping.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PathMapping (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>PathMapping (Apache Jackrabbit FileVault 3.1.26 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="PathMapping (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="PathMapping (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -135,14 +135,14 @@
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathMapping.html#map(java.lang.String)">map</a></strong>(java.lang.String&nbsp;path)</code>
+<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="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathMapping.html#map(java.lang.String)">map</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>
 <div class="block">Maps the given path to a new location.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathMapping.html#map(java.lang.String,%20boolean)">map</a></strong>(java.lang.String&nbsp;path,
+<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="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathMapping.html#map(java.lang.String,%20boolean)">map</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,
    boolean&nbsp;reverse)</code>
 <div class="block">Maps the given path to a new location.</div>
 </td>
@@ -186,7 +186,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>map</h4>
-<pre>java.lang.String&nbsp;map(java.lang.String&nbsp;path)</pre>
+<pre><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;map(<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>
 <div class="block">Maps the given path to a new location.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the mapped path.</dd></dl>
@@ -198,8 +198,8 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>map</h4>
-<pre>java.lang.String&nbsp;map(java.lang.String&nbsp;path,
-                   boolean&nbsp;reverse)</pre>
+<pre><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;map(<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,
+         boolean&nbsp;reverse)</pre>
 <div class="block">Maps the given path to a new location.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path</dd><dd><code>reverse</code> - if <code>true</code> a reverse mapping is applied</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the mapped path.</dd></dl>
@@ -272,6 +272,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ProgressTrackerListener.Mode (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>ProgressTrackerListener.Mode (Apache Jackrabbit FileVault 3.1.26 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="ProgressTrackerListener.Mode (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="ProgressTrackerListener.Mode (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,10 +83,10 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<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>
 <ul class="inheritance">
-<li>java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&gt;</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&gt;</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener.Mode</li>
@@ -100,7 +100,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&gt;</dd>
+<dd><a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&gt;</dd>
 </dl>
 <dl>
 <dt>Enclosing interface:</dt>
@@ -109,7 +109,7 @@
 <hr>
 <br>
 <pre>public static enum <span class="strong">ProgressTrackerListener.Mode</span>
-extends java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&gt;</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&gt;</pre>
 <div class="block">Message mode</div>
 </li>
 </ul>
@@ -155,7 +155,7 @@ extends java.lang.Enum&lt;<a href="../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html#valueOf(java.lang.String)">valueOf</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>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </td>
 </tr>
@@ -171,15 +171,15 @@ the order they are declared.</div>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
-<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.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/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.ht
 ml?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></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.Object</h3>
-<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+<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#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>
 </ul>
 </li>
 </ul>
@@ -246,7 +246,7 @@ for (ProgressTrackerListener.Mode c : Pr
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.Mode.html" title="enum in org.apache.jackrabbit.vault.fs.api">ProgressTrackerListener.Mode</a>&nbsp;valueOf(<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>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -254,8 +254,8 @@ not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
-<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
 </li>
 </ul>
 </li>
@@ -325,6 +325,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ProgressTrackerListener.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ProgressTrackerListener (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>ProgressTrackerListener (Apache Jackrabbit FileVault 3.1.26 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="ProgressTrackerListener (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="ProgressTrackerListener (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -136,16 +136,16 @@
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><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)">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,
-       java.lang.String&nbsp;path,
-       java.lang.Exception&nbsp;e)</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>&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>
 <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/fs/api/ProgressTrackerListener.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,
-         java.lang.String&nbsp;action,
-         java.lang.String&nbsp;path)</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>&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>
 <div class="block">Is called when a message is received.</div>
 </td>
 </tr>
@@ -171,8 +171,8 @@
 <li class="blockList">
 <h4>onMessage</h4>
 <pre>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,
-             java.lang.String&nbsp;action,
-             java.lang.String&nbsp;path)</pre>
+             <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>
 <div class="block">Is called when a message is received.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mode</code> - message mode</dd><dd><code>action</code> - action</dd><dd><code>path</code> - path or message the action was performed on</dd></dl>
 </li>
@@ -184,8 +184,8 @@
 <li class="blockList">
 <h4>onError</h4>
 <pre>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,
-           java.lang.String&nbsp;path,
-           java.lang.Exception&nbsp;e)</pre>
+           <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>
 <div class="block">Is called when an error is received.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mode</code> - message mode</dd><dd><code>path</code> - path or message</dd><dd><code>e</code> - error</dd></dl>
 </li>
@@ -257,6 +257,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file