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 2014/12/20 02:39:41 UTC

svn commit: r1646913 [5/49] - in /jackrabbit/site/live/filevault: ./ apidocs/ apidocs/org/apache/jackrabbit/vault/fs/ apidocs/org/apache/jackrabbit/vault/fs/api/ apidocs/org/apache/jackrabbit/vault/fs/api/class-use/ apidocs/org/apache/jackrabbit/vault/...

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactHandler.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactHandler.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactHandler.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactHandler.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ArtifactHandler (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ArtifactHandler (Apache Jackrabbit FileVault 3.1.14 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="ArtifactHandler (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ArtifactHandler (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -125,7 +125,7 @@ extends <a href="../../../../../../org/a
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.html" title="interface in org.apache.jackrabbit.vault.fs.api">ImportInfo</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactHandler.html#accept(javax.jcr.Session,%20org.apache.jackrabbit.vault.fs.api.Aggregate,%20java.lang.String,%20org.apache.jackrabbit.vault.fs.api.ArtifactSet)">accept</a></strong>(javax.jcr.Session&nbsp;session,
       <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&nbsp;parent,
-      java.lang.String&nbsp;name,
+      <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
       <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html" title="interface in org.apache.jackrabbit.vault.fs.api">ArtifactSet</a>&nbsp;artifacts)</code>
 <div class="block">Imports an artifact set as new child node for the given parent.</div>
 </td>
@@ -162,13 +162,13 @@ extends <a href="../../../../../../org/a
                 <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&nbsp;aggregate,
                 <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html" title="interface in org.apache.jackrabbit.vault.fs.api">ArtifactSet</a>&nbsp;artifacts)
                   throws javax.jcr.RepositoryException,
-                         java.io.IOException</pre>
+                         <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Imports an artifact set for the given node.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>session</code> - the session to use for import</dd><dd><code>aggregate</code> - the aggregate</dd><dd><code>artifacts</code> - the artifacts to import</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the import info on successful import, <code>null</code> otherwise</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code> - if an error occurs.</dd>
-<dd><code>java.io.IOException</code> - if a I/O error occurs</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if a I/O error occurs</dd></dl>
 </li>
 </ul>
 <a name="accept(javax.jcr.Session, org.apache.jackrabbit.vault.fs.api.Aggregate, java.lang.String, org.apache.jackrabbit.vault.fs.api.ArtifactSet)">
@@ -179,16 +179,16 @@ extends <a href="../../../../../../org/a
 <h4>accept</h4>
 <pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.html" title="interface in org.apache.jackrabbit.vault.fs.api">ImportInfo</a>&nbsp;accept(javax.jcr.Session&nbsp;session,
                 <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&nbsp;parent,
-                java.lang.String&nbsp;name,
+                <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                 <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html" title="interface in org.apache.jackrabbit.vault.fs.api">ArtifactSet</a>&nbsp;artifacts)
                   throws javax.jcr.RepositoryException,
-                         java.io.IOException</pre>
+                         <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Imports an artifact set as new child node for the given parent.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>session</code> - the session to use for import</dd><dd><code>parent</code> - the parent aggregate of the new file to import</dd><dd><code>name</code> - the name of the new node</dd><dd><code>artifacts</code> - the artifacts to import</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the import info on successful import, <code>null</code> otherwise</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code> - if an error occurs.</dd>
-<dd><code>java.io.IOException</code> - if a I/O error occurs</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if a I/O error occurs</dd></dl>
 </li>
 </ul>
 </li>
@@ -260,4 +260,4 @@ extends <a href="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactIterator.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactIterator.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactIterator.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactIterator.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ArtifactIterator (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ArtifactIterator (Apache Jackrabbit FileVault 3.1.14 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="ArtifactIterator (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ArtifactIterator (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -87,12 +87,12 @@
 <li class="blockList">
 <dl>
 <dt>All Superinterfaces:</dt>
-<dd>java.util.Iterator</dd>
+<dd><a href="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public interface <span class="strong">ArtifactIterator</span>
-extends java.util.Iterator</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></pre>
 <div class="block"><code>ArtifactIterator</code>...</div>
 </li>
 </ul>
@@ -123,8 +123,8 @@ extends java.util.Iterator</pre>
 <li class="blockList"><a name="methods_inherited_from_class_java.util.Iterator">
 <!--   -->
 </a>
-<h3>Methods inherited from interface&nbsp;java.util.Iterator</h3>
-<code>hasNext, next, remove</code></li>
+<h3>Methods inherited from interface&nbsp;java.util.<a href="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true#hasNext()" title="class or interface in java.util">hasNext</a>, <a href="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true#next()" title="class or interface in java.util">next</a>, <a href="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true#remove()" title="class or interface in java.util">remove</a></code></li>
 </ul>
 </li>
 </ul>
@@ -147,11 +147,11 @@ extends java.util.Iterator</pre>
 <li class="blockList">
 <h4>nextArtifact</h4>
 <pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&nbsp;nextArtifact()
-                      throws java.util.NoSuchElementException</pre>
+                      throws <a href="http://java.sun.com/javase/6/docs/api/java/util/NoSuchElementException.html?is-external=true" title="class or interface in java.util">NoSuchElementException</a></pre>
 <div class="block">Returns the next artifact in the iteration.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the next artifact in the iteration.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.util.NoSuchElementException</code> - iteration has no more artifacts.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/util/NoSuchElementException.html?is-external=true" title="class or interface in java.util">NoSuchElementException</a></code> - iteration has no more artifacts.</dd></dl>
 </li>
 </ul>
 </li>
@@ -223,4 +223,4 @@ extends java.util.Iterator</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactSet.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactSet.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactSet.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactSet.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ArtifactSet (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ArtifactSet (Apache Jackrabbit FileVault 3.1.14 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="ArtifactSet (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ArtifactSet (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -126,7 +126,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/api/ArtifactSet.html#addAll(java.util.Collection)">addAll</a></strong>(java.util.Collection&lt;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;artifacts)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html#addAll(java.util.Collection)">addAll</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;artifacts)</code>
 <div class="block">Adds a collection of artifacts</div>
 </td>
 </tr>
@@ -156,7 +156,7 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html#removed()">removed</a></strong>()</code>
 <div class="block">Returns the collection of removed artifacts</div>
 </td>
@@ -168,13 +168,13 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html#values()">values</a></strong>()</code>
 <div class="block">Returns a collection of all artifacts</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html#values(org.apache.jackrabbit.vault.fs.api.ArtifactType)">values</a></strong>(<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&nbsp;type)</code>
 <div class="block">Returns a collection of all artifacts that have the given type.</div>
 </td>
@@ -219,7 +219,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>addAll</h4>
-<pre>void&nbsp;addAll(java.util.Collection&lt;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;artifacts)</pre>
+<pre>void&nbsp;addAll(<a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;artifacts)</pre>
 <div class="block">Adds a collection of artifacts</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>artifacts</code> - the artifacts collection</dd></dl>
 </li>
@@ -245,7 +245,7 @@ extends <a href="../../../../../../org/a
 <div class="block">Adds an artifacts</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>artifact</code> - the artifact to add</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if more than 1 primary data artifact is added</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 more than 1 primary data artifact is added</dd></dl>
 </li>
 </ul>
 <a name="getPrimaryData()">
@@ -298,7 +298,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>java.util.Collection&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;values(<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&nbsp;type)</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;values(<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&nbsp;type)</pre>
 <div class="block">Returns a collection of all artifacts that have the given type.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the type of the artifacts to return</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the artifacts</dd></dl>
@@ -310,7 +310,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>java.util.Collection&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;values()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;values()</pre>
 <div class="block">Returns a collection of all artifacts</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the artifacts</dd></dl>
 </li>
@@ -321,7 +321,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>removed</h4>
-<pre>java.util.Collection&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;removed()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&gt;&nbsp;removed()</pre>
 <div class="block">Returns the collection of removed artifacts</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the removed artifacts</dd></dl>
 </li>
@@ -395,4 +395,4 @@ extends <a href="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactType.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactType.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactType.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ArtifactType.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ArtifactType (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ArtifactType (Apache Jackrabbit FileVault 3.1.14 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="ArtifactType (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ArtifactType (Apache Jackrabbit FileVault 3.1.14 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/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</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/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&gt;</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.ArtifactType</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/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</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/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public enum <span class="strong">ArtifactType</span>
-extends java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</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/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&gt;</pre>
 <div class="block">Provides a simple enumeration of possible artifact types.</div>
 </li>
 </ul>
@@ -166,7 +166,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/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.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/ArtifactType.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>
@@ -182,15 +182,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>
@@ -287,7 +287,7 @@ for (ArtifactType c : ArtifactType.value
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</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 
@@ -295,8 +295,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>
@@ -368,4 +368,4 @@ not permitted.)</div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/DumpContext.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/DumpContext.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/DumpContext.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/DumpContext.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DumpContext (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>DumpContext (Apache Jackrabbit FileVault 3.1.14 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="DumpContext (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="DumpContext (Apache Jackrabbit FileVault 3.1.14 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.DumpContext</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">DumpContext</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>DumpHandler</code>...</div>
 </li>
 </ul>
@@ -116,7 +116,7 @@ extends java.lang.Object</pre>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/DumpContext.html#DumpContext(java.io.PrintWriter)">DumpContext</a></strong>(java.io.PrintWriter&nbsp;out)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/DumpContext.html#DumpContext(java.io.PrintWriter)">DumpContext</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a>&nbsp;out)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -148,25 +148,25 @@ extends java.lang.Object</pre>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/DumpContext.html#printf(boolean,%20java.lang.String,%20java.lang.Object...)">printf</a></strong>(boolean&nbsp;isLast,
-      java.lang.String&nbsp;format,
-      java.lang.Object...&nbsp;args)</code>&nbsp;</td>
+      <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;format,
+      <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;args)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/DumpContext.html#println(boolean,%20java.lang.String)">println</a></strong>(boolean&nbsp;isLast,
-       java.lang.String&nbsp;str)</code>&nbsp;</td>
+       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/DumpContext.html#println(java.lang.String)">println</a></strong>(java.lang.String&nbsp;str)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/DumpContext.html#println(java.lang.String)">println</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.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>
@@ -188,7 +188,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DumpContext</h4>
-<pre>public&nbsp;DumpContext(java.io.PrintWriter&nbsp;out)</pre>
+<pre>public&nbsp;DumpContext(<a href="http://java.sun.com/javase/6/docs/api/java/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a>&nbsp;out)</pre>
 </li>
 </ul>
 </li>
@@ -205,7 +205,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>println</h4>
-<pre>public&nbsp;void&nbsp;println(java.lang.String&nbsp;str)</pre>
+<pre>public&nbsp;void&nbsp;println(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</pre>
 </li>
 </ul>
 <a name="println(boolean, java.lang.String)">
@@ -215,7 +215,7 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>println</h4>
 <pre>public&nbsp;void&nbsp;println(boolean&nbsp;isLast,
-           java.lang.String&nbsp;str)</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;str)</pre>
 </li>
 </ul>
 <a name="printf(boolean, java.lang.String, java.lang.Object...)">
@@ -225,8 +225,8 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>printf</h4>
 <pre>public&nbsp;void&nbsp;printf(boolean&nbsp;isLast,
-          java.lang.String&nbsp;format,
-          java.lang.Object...&nbsp;args)</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;format,
+          <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;args)</pre>
 </li>
 </ul>
 <a name="indent(boolean)">
@@ -325,4 +325,4 @@ extends java.lang.Object</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Dumpable.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Dumpable.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Dumpable.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Dumpable.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Dumpable (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Dumpable (Apache Jackrabbit FileVault 3.1.14 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="Dumpable (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Dumpable (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -218,4 +218,4 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ExportArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ExportArtifact.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ExportArtifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ExportArtifact.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ExportArtifact (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ExportArtifact (Apache Jackrabbit FileVault 3.1.14 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="ExportArtifact (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ExportArtifact (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -193,4 +193,4 @@ extends <a href="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Filter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Filter.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Filter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Filter.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Filter (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Filter (Apache Jackrabbit FileVault 3.1.14 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="Filter (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Filter (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -190,4 +190,4 @@ extends <a href="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FilterSet.Entry (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>FilterSet.Entry (Apache Jackrabbit FileVault 3.1.14 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="FilterSet.Entry (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="FilterSet.Entry (Apache Jackrabbit FileVault 3.1.14 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.FilterSet.Entry&lt;E&gt;</li>
@@ -104,7 +104,7 @@
 <hr>
 <br>
 <pre>public static class <span class="strong">FilterSet.Entry&lt;E extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Filter.html" title="interface in org.apache.jackrabbit.vault.fs.api">Filter</a>&gt;</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/Dumpable.html" title="interface in org.apache.jackrabbit.vault.fs.api">Dumpable</a></pre>
 <div class="block">Holds a filter entry</div>
 </li>
@@ -181,7 +181,7 @@ 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/api/FilterSet.Entry.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.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;obj)</code></td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html" title="type parameter in FilterSet.Entry">E</a></code></td>
@@ -204,8 +204,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>
@@ -317,7 +317,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>
@@ -327,10 +327,10 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</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;obj)</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>
@@ -403,4 +403,4 @@ implements <a href="../../../../../../or
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/FilterSet.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FilterSet (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>FilterSet (Apache Jackrabbit FileVault 3.1.14 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="FilterSet (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="FilterSet (Apache Jackrabbit FileVault 3.1.14 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.FilterSet&lt;E&gt;</li>
@@ -104,7 +104,7 @@
 <hr>
 <br>
 <pre>public abstract class <span class="strong">FilterSet&lt;E extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Filter.html" title="interface in org.apache.jackrabbit.vault.fs.api">Filter</a>&gt;</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/Dumpable.html" title="interface in org.apache.jackrabbit.vault.fs.api">Dumpable</a></pre>
 <div class="block">The item filter set holds a set of item filters each attributed as include
  or exclude filter. The evaluation of the set allows included items and
@@ -157,7 +157,7 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#FilterSet(java.lang.String)">FilterSet</a></strong>(java.lang.String&nbsp;root)</code>
+<td class="colOne"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#FilterSet(java.lang.String)">FilterSet</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>
@@ -196,7 +196,7 @@ 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/api/FilterSet.html#covers(java.lang.String)">covers</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#covers(java.lang.String)">covers</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 item is covered by this filter set.</div>
 </td>
 </tr>
@@ -209,10 +209,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/api/FilterSet.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.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;obj)</code></td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html" title="class in org.apache.jackrabbit.vault.fs.api">FilterSet.Entry</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html" title="type parameter in FilterSet">E</a>&gt;&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html" title="class in org.apache.jackrabbit.vault.fs.api">FilterSet.Entry</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html" title="type parameter in FilterSet">E</a>&gt;&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#getEntries()">getEntries</a></strong>()</code>
 <div class="block">Returns the list of entries</div>
 </td>
@@ -224,7 +224,7 @@ implements <a href="../../../../../../or
 </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/api/FilterSet.html#getRoot()">getRoot</a></strong>()</code>
 <div class="block">Returns the root path</div>
 </td>
@@ -235,7 +235,7 @@ implements <a href="../../../../../../or
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#isAncestor(java.lang.String)">isAncestor</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#isAncestor(java.lang.String)">isAncestor</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 item is an ancestor of the root node.</div>
 </td>
 </tr>
@@ -265,7 +265,7 @@ 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/api/FilterSet.html#setRoot(java.lang.String)">setRoot</a></strong>(java.lang.String&nbsp;path)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html#setRoot(java.lang.String)">setRoot</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">Sets the root path</div>
 </td>
 </tr>
@@ -274,8 +274,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>
@@ -307,7 +307,7 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>FilterSet</h4>
-<pre>public&nbsp;FilterSet(java.lang.String&nbsp;root)</pre>
+<pre>public&nbsp;FilterSet(<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>
@@ -326,7 +326,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getRoot</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getRoot()</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;getRoot()</pre>
 <div class="block">Returns the root path</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>root path</dd></dl>
 </li>
@@ -337,7 +337,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setRoot</h4>
-<pre>public&nbsp;void&nbsp;setRoot(java.lang.String&nbsp;path)</pre>
+<pre>public&nbsp;void&nbsp;setRoot(<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">Sets the root path</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - root path</dd></dl>
 </li>
@@ -433,7 +433,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getEntries</h4>
-<pre>public&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html" title="class in org.apache.jackrabbit.vault.fs.api">FilterSet.Entry</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html" title="type parameter in FilterSet">E</a>&gt;&gt;&nbsp;getEntries()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.Entry.html" title="class in org.apache.jackrabbit.vault.fs.api">FilterSet.Entry</a>&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/FilterSet.html" title="type parameter in FilterSet">E</a>&gt;&gt;&nbsp;getEntries()</pre>
 <div class="block">Returns the list of entries</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the list of entries</dd></dl>
 </li>
@@ -455,7 +455,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>covers</h4>
-<pre>public&nbsp;boolean&nbsp;covers(java.lang.String&nbsp;path)</pre>
+<pre>public&nbsp;boolean&nbsp;covers(<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 item is covered by this filter set. I.e. if the node
  addressed by the <code>root</code> path is an ancestor of the given item.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - path of the item</dd>
@@ -468,7 +468,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>isAncestor</h4>
-<pre>public&nbsp;boolean&nbsp;isAncestor(java.lang.String&nbsp;path)</pre>
+<pre>public&nbsp;boolean&nbsp;isAncestor(<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 item is an ancestor of the root node.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - path of the item to check</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the given item is an ancestor</dd></dl>
@@ -498,7 +498,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>
@@ -508,10 +508,10 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</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;obj)</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>
@@ -584,4 +584,4 @@ implements <a href="../../../../../../or
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportArtifact.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportArtifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportArtifact.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ImportArtifact (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ImportArtifact (Apache Jackrabbit FileVault 3.1.14 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="ImportArtifact (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ImportArtifact (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -193,4 +193,4 @@ extends <a href="../../../../../../org/a
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Info.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Info.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Info.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Info.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ImportInfo.Info (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ImportInfo.Info (Apache Jackrabbit FileVault 3.1.14 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="ImportInfo.Info (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ImportInfo.Info (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -114,7 +114,7 @@
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.Exception</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.Info.html#getError()">getError</a></strong>()</code>
 <div class="block">The error or <code>null</code></div>
 </td>
@@ -126,7 +126,7 @@
 </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/api/ImportInfo.Info.html#getPath()">getPath</a></strong>()</code>
 <div class="block">The path</div>
 </td>
@@ -158,7 +158,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getPath</h4>
-<pre>java.lang.String&nbsp;getPath()</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;getPath()</pre>
 <div class="block">The path</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the path</dd></dl>
 </li>
@@ -191,7 +191,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getError</h4>
-<pre>java.lang.Exception&nbsp;getError()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;getError()</pre>
 <div class="block">The error or <code>null</code></div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the error</dd></dl>
 </li>
@@ -265,4 +265,4 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ImportInfo.Type (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ImportInfo.Type (Apache Jackrabbit FileVault 3.1.14 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="ImportInfo.Type (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ImportInfo.Type (Apache Jackrabbit FileVault 3.1.14 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/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</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/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</a>&gt;</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.ImportInfo.Type</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/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</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/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</a>&gt;</dd>
 </dl>
 <dl>
 <dt>Enclosing interface:</dt>
@@ -109,7 +109,7 @@
 <hr>
 <br>
 <pre>public static enum <span class="strong">ImportInfo.Type</span>
-extends java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</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/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</a>&gt;</pre>
 <div class="block">The modification type</div>
 </li>
 </ul>
@@ -180,7 +180,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/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.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/ImportInfo.Type.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>
@@ -196,15 +196,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>
@@ -321,7 +321,7 @@ for (ImportInfo.Type c : ImportInfo.Type
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ImportInfo.Type.html" title="enum in org.apache.jackrabbit.vault.fs.api">ImportInfo.Type</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 
@@ -329,8 +329,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>
@@ -402,4 +402,4 @@ not permitted.)</div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>