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 [15/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/jackra...

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.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>DefaultPathFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>DefaultPathFilter (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="DefaultPathFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="DefaultPathFilter (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.filter.DefaultPathFilter</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">DefaultPathFilter</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/PathFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">PathFilter</a></pre>
 <div class="block">The default path filter provides hierarchical filtering.</div>
 </li>
@@ -141,7 +141,7 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html#DefaultPathFilter(java.lang.String)">DefaultPathFilter</a></strong>(java.lang.String&nbsp;pattern)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html#DefaultPathFilter(java.lang.String)">DefaultPathFilter</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;pattern)</code>
 <div class="block">Creates a new default path filter</div>
 </td>
 </tr>
@@ -169,10 +169,10 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.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></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<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/filter/DefaultPathFilter.html#getPattern()">getPattern</a></strong>()</code>
 <div class="block">Returns the pattern</div>
 </td>
@@ -189,13 +189,13 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.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/filter/DefaultPathFilter.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>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html#setPattern(java.lang.String)">setPattern</a></strong>(java.lang.String&nbsp;pattern)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html#setPattern(java.lang.String)">setPattern</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;pattern)</code>
 <div class="block">Sets the regexp pattern for this filter.</div>
 </td>
 </tr>
@@ -210,8 +210,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, 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>
@@ -243,7 +243,7 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DefaultPathFilter</h4>
-<pre>public&nbsp;DefaultPathFilter(java.lang.String&nbsp;pattern)</pre>
+<pre>public&nbsp;DefaultPathFilter(<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;pattern)</pre>
 <div class="block">Creates a new default path filter</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>pattern</code> - the pattern</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html#setPattern(java.lang.String)"><code>setPattern(java.lang.String)</code></a></dd></dl>
 </li>
@@ -262,7 +262,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setPattern</h4>
-<pre>public&nbsp;void&nbsp;setPattern(java.lang.String&nbsp;pattern)</pre>
+<pre>public&nbsp;void&nbsp;setPattern(<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;pattern)</pre>
 <div class="block">Sets the regexp pattern for this filter.
 
  Examples:
@@ -284,7 +284,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getPattern</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getPattern()</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;getPattern()</pre>
 <div class="block">Returns the pattern</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the pattern</dd></dl>
 </li>
@@ -295,7 +295,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public&nbsp;boolean&nbsp;matches(java.lang.String&nbsp;path)</pre>
+<pre>public&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;path)</pre>
 <div class="block">Checks if the given path matches this filters criteria.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -340,10 +340,10 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre>
+<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>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<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>
 </dl>
 </li>
 </ul>
@@ -356,7 +356,7 @@ implements <a href="../../../../../../or
 <pre>public&nbsp;int&nbsp;hashCode()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<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>
 </dl>
 </li>
 </ul>
@@ -442,6 +442,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/filter/DepthItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.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>DepthItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>DepthItemFilter (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="DepthItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="DepthItemFilter (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.filter.DepthItemFilter</li>
@@ -104,7 +104,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">DepthItemFilter</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/ItemFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">ItemFilter</a></pre>
 <div class="block">Implements a filter that filters item according to their (passed) depth.</div>
 </li>
@@ -187,13 +187,13 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.html#setMaxDepth(java.lang.String)">setMaxDepth</a></strong>(java.lang.String&nbsp;maxDepth)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.html#setMaxDepth(java.lang.String)">setMaxDepth</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;maxDepth)</code>
 <div class="block">Sets the maximal depth</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.html#setMinDepth(java.lang.String)">setMinDepth</a></strong>(java.lang.String&nbsp;minDepth)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DepthItemFilter.html#setMinDepth(java.lang.String)">setMinDepth</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;minDepth)</code>
 <div class="block">Sets the minimal depth</div>
 </td>
 </tr>
@@ -202,8 +202,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>
@@ -255,7 +255,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinDepth</h4>
-<pre>public&nbsp;void&nbsp;setMinDepth(java.lang.String&nbsp;minDepth)</pre>
+<pre>public&nbsp;void&nbsp;setMinDepth(<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;minDepth)</pre>
 <div class="block">Sets the minimal depth</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>minDepth</code> - the minimal depth</dd></dl>
 </li>
@@ -266,7 +266,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxDepth</h4>
-<pre>public&nbsp;void&nbsp;setMaxDepth(java.lang.String&nbsp;maxDepth)</pre>
+<pre>public&nbsp;void&nbsp;setMaxDepth(<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;maxDepth)</pre>
 <div class="block">Sets the maximal depth</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxDepth</code> - the maximal depth</dd></dl>
 </li>
@@ -396,6 +396,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/filter/FileFolderNodeFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/FileFolderNodeFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/FileFolderNodeFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/FileFolderNodeFilter.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>FileFolderNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>FileFolderNodeFilter (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="FileFolderNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="FileFolderNodeFilter (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/filter/DepthItemFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter">org.apache.jackrabbit.vault.fs.filter.DepthItemFilter</a></li>
@@ -177,8 +177,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, 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>
@@ -300,6 +300,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/filter/IsMandatoryFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.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>IsMandatoryFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>IsMandatoryFilter (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="IsMandatoryFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="IsMandatoryFilter (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/filter/DepthItemFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter">org.apache.jackrabbit.vault.fs.filter.DepthItemFilter</a></li>
@@ -180,11 +180,11 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.html#setCondition(java.lang.String)">setCondition</a></strong>(java.lang.String&nbsp;node)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.html#setCondition(java.lang.String)">setCondition</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;node)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.html#setIsMandatory(java.lang.String)">setIsMandatory</a></strong>(java.lang.String&nbsp;node)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsMandatoryFilter.html#setIsMandatory(java.lang.String)">setIsMandatory</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;node)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -198,8 +198,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, 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>
@@ -258,7 +258,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setCondition</h4>
-<pre>public&nbsp;void&nbsp;setCondition(java.lang.String&nbsp;node)</pre>
+<pre>public&nbsp;void&nbsp;setCondition(<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;node)</pre>
 </li>
 </ul>
 <a name="setIsMandatory(java.lang.String)">
@@ -267,7 +267,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setIsMandatory</h4>
-<pre>public&nbsp;void&nbsp;setIsMandatory(java.lang.String&nbsp;node)</pre>
+<pre>public&nbsp;void&nbsp;setIsMandatory(<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;node)</pre>
 </li>
 </ul>
 <a name="matches(javax.jcr.Item)">
@@ -374,6 +374,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/filter/IsNodeFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/IsNodeFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/IsNodeFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/IsNodeFilter.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>IsNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>IsNodeFilter (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="IsNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="IsNodeFilter (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/filter/DepthItemFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter">org.apache.jackrabbit.vault.fs.filter.DepthItemFilter</a></li>
@@ -186,13 +186,13 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsNodeFilter.html#setIsNode(java.lang.String)">setIsNode</a></strong>(java.lang.String&nbsp;polarity)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsNodeFilter.html#setIsNode(java.lang.String)">setIsNode</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;polarity)</code>
 <div class="block">Sets the polarity of this filter.</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/filter/IsNodeFilter.html#setPolarity(java.lang.String)">setPolarity</a></strong>(java.lang.String&nbsp;polarity)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/IsNodeFilter.html#setPolarity(java.lang.String)">setPolarity</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;polarity)</code>
 <div class="block">Sets the polarity of this filter.</div>
 </td>
 </tr>
@@ -208,8 +208,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, 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>
@@ -275,7 +275,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setPolarity</h4>
-<pre>public&nbsp;void&nbsp;setPolarity(java.lang.String&nbsp;polarity)</pre>
+<pre>public&nbsp;void&nbsp;setPolarity(<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;polarity)</pre>
 <div class="block">Sets the polarity of this filter. If set to <code>true</code> this filter
  matches nodes otherwise properties.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>polarity</code> - the polarity</dd></dl>
@@ -287,7 +287,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setIsNode</h4>
-<pre>public&nbsp;void&nbsp;setIsNode(java.lang.String&nbsp;polarity)</pre>
+<pre>public&nbsp;void&nbsp;setIsNode(<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;polarity)</pre>
 <div class="block">Sets the polarity of this filter. If set to <code>true</code> this filter
  matches nodes otherwise properties.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>polarity</code> - the polarity</dd></dl>
@@ -399,6 +399,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/filter/NameItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NameItemFilter.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>NameItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>NameItemFilter (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="NameItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="NameItemFilter (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/filter/DepthItemFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter">org.apache.jackrabbit.vault.fs.filter.DepthItemFilter</a></li>
@@ -145,12 +145,12 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html#NameItemFilter(java.lang.String)">NameItemFilter</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html#NameItemFilter(java.lang.String)">NameItemFilter</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">Creates a new name filter with the given name.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html#NameItemFilter(java.lang.String,%20int,%20int)">NameItemFilter</a></strong>(java.lang.String&nbsp;name,
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html#NameItemFilter(java.lang.String,%20int,%20int)">NameItemFilter</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,
               int&nbsp;minDepth,
               int&nbsp;maxDepth)</code>
 <div class="block">Creates a new name filter with the given name and depths</div>
@@ -186,7 +186,7 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html#setName(java.lang.String)">setName</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NameItemFilter.html#setName(java.lang.String)">setName</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">Sets the name</div>
 </td>
 </tr>
@@ -202,8 +202,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, 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>
@@ -235,7 +235,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>NameItemFilter</h4>
-<pre>public&nbsp;NameItemFilter(java.lang.String&nbsp;name,
+<pre>public&nbsp;NameItemFilter(<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,
               int&nbsp;minDepth,
               int&nbsp;maxDepth)</pre>
 <div class="block">Creates a new name filter with the given name and depths</div>
@@ -248,7 +248,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NameItemFilter</h4>
-<pre>public&nbsp;NameItemFilter(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;NameItemFilter(<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">Creates a new name filter with the given name.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name to filter on</dd></dl>
 </li>
@@ -267,7 +267,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;void&nbsp;setName(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;void&nbsp;setName(<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">Sets the name</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name</dd></dl>
 </li>
@@ -378,6 +378,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/filter/NodeTypeItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.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>NodeTypeItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>NodeTypeItemFilter (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="NodeTypeItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="NodeTypeItemFilter (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/filter/DepthItemFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter">org.apache.jackrabbit.vault.fs.filter.DepthItemFilter</a></li>
@@ -145,13 +145,13 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#NodeTypeItemFilter(java.lang.String,%20boolean)">NodeTypeItemFilter</a></strong>(java.lang.String&nbsp;nodeType,
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#NodeTypeItemFilter(java.lang.String,%20boolean)">NodeTypeItemFilter</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;nodeType,
                   boolean&nbsp;respectSupertype)</code>
 <div class="block">Creates a new node type filter.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#NodeTypeItemFilter(java.lang.String,%20boolean,%20int,%20int)">NodeTypeItemFilter</a></strong>(java.lang.String&nbsp;nodeType,
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#NodeTypeItemFilter(java.lang.String,%20boolean,%20int,%20int)">NodeTypeItemFilter</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;nodeType,
                   boolean&nbsp;respectSupertype,
                   int&nbsp;minDepth,
                   int&nbsp;maxDepth)</code>
@@ -188,13 +188,13 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#setNodeType(java.lang.String)">setNodeType</a></strong>(java.lang.String&nbsp;nodeType)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#setNodeType(java.lang.String)">setNodeType</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;nodeType)</code>
 <div class="block">Sets the node type to filter on</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/filter/NodeTypeItemFilter.html#setRespectSupertype(java.lang.String)">setRespectSupertype</a></strong>(java.lang.String&nbsp;respectSupertype)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/NodeTypeItemFilter.html#setRespectSupertype(java.lang.String)">setRespectSupertype</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;respectSupertype)</code>
 <div class="block">Sets the flag that indicates if super type should be respected.</div>
 </td>
 </tr>
@@ -210,8 +210,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, 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>
@@ -243,7 +243,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>NodeTypeItemFilter</h4>
-<pre>public&nbsp;NodeTypeItemFilter(java.lang.String&nbsp;nodeType,
+<pre>public&nbsp;NodeTypeItemFilter(<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;nodeType,
                   boolean&nbsp;respectSupertype,
                   int&nbsp;minDepth,
                   int&nbsp;maxDepth)</pre>
@@ -257,7 +257,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>NodeTypeItemFilter</h4>
-<pre>public&nbsp;NodeTypeItemFilter(java.lang.String&nbsp;nodeType,
+<pre>public&nbsp;NodeTypeItemFilter(<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;nodeType,
                   boolean&nbsp;respectSupertype)</pre>
 <div class="block">Creates a new node type filter.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>nodeType</code> - the node type to filter on</dd><dd><code>respectSupertype</code> - indicates if super type should be respected</dd></dl>
@@ -277,7 +277,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setNodeType</h4>
-<pre>public&nbsp;void&nbsp;setNodeType(java.lang.String&nbsp;nodeType)</pre>
+<pre>public&nbsp;void&nbsp;setNodeType(<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;nodeType)</pre>
 <div class="block">Sets the node type to filter on</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>nodeType</code> - the node type</dd></dl>
 </li>
@@ -288,7 +288,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setRespectSupertype</h4>
-<pre>public&nbsp;void&nbsp;setRespectSupertype(java.lang.String&nbsp;respectSupertype)</pre>
+<pre>public&nbsp;void&nbsp;setRespectSupertype(<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;respectSupertype)</pre>
 <div class="block">Sets the flag that indicates if super type should be respected.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>respectSupertype</code> - if <code>true</code>, super types are respected.</dd></dl>
 </li>
@@ -401,6 +401,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/filter/NtFileItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NtFileItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NtFileItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/NtFileItemFilter.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>NtFileItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>NtFileItemFilter (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="NtFileItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="NtFileItemFilter (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.filter.NtFileItemFilter</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">NtFileItemFilter</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/ItemFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">ItemFilter</a></pre>
 <div class="block">The nt file item filter matches all properties that are defined my the
  nt:file or nt:resource node type. the later only, if the respective nodes
@@ -176,8 +176,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>
@@ -314,6 +314,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/filter/class-use/BaseFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/BaseFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/BaseFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/BaseFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.BaseFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.BaseFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.BaseFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.BaseFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/DeclaringTypeItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DeclaringTypeItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DeclaringTypeItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DeclaringTypeItemFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.DeclaringTypeItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.DeclaringTypeItemFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.DeclaringTypeItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.DeclaringTypeItemFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/DefaultPathFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DefaultPathFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DefaultPathFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DefaultPathFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.DefaultPathFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.DefaultPathFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.DefaultPathFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.DefaultPathFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/DepthItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DepthItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DepthItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/DepthItemFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.DepthItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.DepthItemFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.DepthItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.DepthItemFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -182,6 +182,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/filter/class-use/FileFolderNodeFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/FileFolderNodeFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/FileFolderNodeFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/FileFolderNodeFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.FileFolderNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.FileFolderNodeFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.FileFolderNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.FileFolderNodeFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/IsMandatoryFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/IsMandatoryFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/IsMandatoryFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/IsMandatoryFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.IsMandatoryFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.IsMandatoryFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.IsMandatoryFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.IsMandatoryFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/IsNodeFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/IsNodeFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/IsNodeFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/IsNodeFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.IsNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.IsNodeFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.IsNodeFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.IsNodeFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/NameItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NameItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NameItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NameItemFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.NameItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.NameItemFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.NameItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.NameItemFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/NodeTypeItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NodeTypeItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NodeTypeItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NodeTypeItemFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.NodeTypeItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.NodeTypeItemFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.NodeTypeItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.NodeTypeItemFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/class-use/NtFileItemFilter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NtFileItemFilter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NtFileItemFilter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/class-use/NtFileItemFilter.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>Uses of Class org.apache.jackrabbit.vault.fs.filter.NtFileItemFilter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.filter.NtFileItemFilter (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="Uses of Class org.apache.jackrabbit.vault.fs.filter.NtFileItemFilter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.filter.NtFileItemFilter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -110,6 +110,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/filter/package-frame.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-frame.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-frame.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-frame.html Sun Jan 10 05:43:23 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-summary.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-summary.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-summary.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-summary.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>org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.fs.filter (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="org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -187,6 +187,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/filter/package-tree.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-tree.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-tree.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-tree.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>org.apache.jackrabbit.vault.fs.filter Class Hierarchy (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.fs.filter Class Hierarchy (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="org.apache.jackrabbit.vault.fs.filter Class Hierarchy (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="org.apache.jackrabbit.vault.fs.filter Class Hierarchy (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -71,7 +71,7 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.Object
+<li type="circle">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"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.jackrabbit.vault.fs.filter.<a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/BaseFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter"><span class="strong">BaseFilter</span></a> (implements org.apache.jackrabbit.vault.fs.api.<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ItemFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">ItemFilter</a>)</li>
 <li type="circle">org.apache.jackrabbit.vault.fs.filter.<a href="../../../../../../org/apache/jackrabbit/vault/fs/filter/DefaultPathFilter.html" title="class in org.apache.jackrabbit.vault.fs.filter"><span class="strong">DefaultPathFilter</span></a> (implements org.apache.jackrabbit.vault.fs.api.<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/PathFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">PathFilter</a>)</li>
@@ -135,6 +135,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/filter/package-use.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-use.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-use.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/filter/package-use.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>Uses of Package org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Uses of Package org.apache.jackrabbit.vault.fs.filter (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="Uses of Package org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Uses of Package org.apache.jackrabbit.vault.fs.filter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -145,6 +145,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