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 [21/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/spi/ProgressTracker.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ProgressTracker.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>ProgressTracker (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ProgressTracker (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="ProgressTracker (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ProgressTracker (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.spi.ProgressTracker</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">ProgressTracker</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>ProgressTracker</code>...</div>
 </li>
 </ul>
@@ -181,21 +181,21 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html#track(java.lang.Exception,%20java.lang.String)">track</a></strong>(java.lang.Exception&nbsp;e,
-     java.lang.String&nbsp;path)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html#track(java.lang.Exception,%20java.lang.String)">track</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;e,
+     <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html#track(java.lang.String,%20java.lang.String)">track</a></strong>(java.lang.String&nbsp;action,
-     java.lang.String&nbsp;path)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html#track(java.lang.String,%20java.lang.String)">track</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;action,
+     <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>&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>
@@ -278,8 +278,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>track</h4>
-<pre>public&nbsp;void&nbsp;track(java.lang.String&nbsp;action,
-         java.lang.String&nbsp;path)</pre>
+<pre>public&nbsp;void&nbsp;track(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action,
+         <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</pre>
 </li>
 </ul>
 <a name="track(java.lang.Exception, java.lang.String)">
@@ -288,8 +288,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>track</h4>
-<pre>public&nbsp;void&nbsp;track(java.lang.Exception&nbsp;e,
-         java.lang.String&nbsp;path)</pre>
+<pre>public&nbsp;void&nbsp;track(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>&nbsp;e,
+         <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>
 </li>
 </ul>
 <a name="isEnabled()">
@@ -397,4 +397,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/spi/ServiceProvider.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ServiceProvider.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>ServiceProvider (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ServiceProvider (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="ServiceProvider (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ServiceProvider (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -115,7 +115,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html#getBuiltInNodeTypeNames()">getBuiltInNodeTypeNames</a></strong>()</code>
 <div class="block">Returns the names of the default built in nodetypes of the underlying
  repository.</div>
@@ -129,7 +129,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/CNDWriter.html" title="interface in org.apache.jackrabbit.vault.fs.spi">CNDWriter</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html#getCNDWriter(java.io.Writer,%20javax.jcr.Session,%20boolean)">getCNDWriter</a></strong>(java.io.Writer&nbsp;out,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html#getCNDWriter(java.io.Writer,%20javax.jcr.Session,%20boolean)">getCNDWriter</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out,
             javax.jcr.Session&nbsp;s,
             boolean&nbsp;includeNS)</code>
 <div class="block">Returns the default CND writer</div>
@@ -192,7 +192,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getBuiltInNodeTypeNames</h4>
-<pre>java.util.Set&lt;java.lang.String&gt;&nbsp;getBuiltInNodeTypeNames()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getBuiltInNodeTypeNames()</pre>
 <div class="block">Returns the names of the default built in nodetypes of the underlying
  repository.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>a set of names</dd></dl>
@@ -239,7 +239,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getCNDWriter</h4>
-<pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/CNDWriter.html" title="interface in org.apache.jackrabbit.vault.fs.spi">CNDWriter</a>&nbsp;getCNDWriter(java.io.Writer&nbsp;out,
+<pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/CNDWriter.html" title="interface in org.apache.jackrabbit.vault.fs.spi">CNDWriter</a>&nbsp;getCNDWriter(<a href="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out,
                      javax.jcr.Session&nbsp;s,
                      boolean&nbsp;includeNS)</pre>
 <div class="block">Returns the default CND writer</div>
@@ -339,4 +339,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/spi/ServiceProviderFactory.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ServiceProviderFactory.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ServiceProviderFactory.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/ServiceProviderFactory.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>ServiceProviderFactory (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>ServiceProviderFactory (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="ServiceProviderFactory (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="ServiceProviderFactory (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.spi.ServiceProviderFactory</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">ServiceProviderFactory</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>StaticServiceProvider</code>...</div>
 </li>
 </ul>
@@ -142,8 +142,8 @@ extends java.lang.Object</pre>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -254,4 +254,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/spi/UserManagement.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/UserManagement.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/UserManagement.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/UserManagement.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>UserManagement (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>UserManagement (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="UserManagement (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="UserManagement (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -110,21 +110,28 @@
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/UserManagement.html#addMembers(javax.jcr.Session,%20java.lang.String,%20java.lang.String[])">addMembers</a></strong>(javax.jcr.Session&nbsp;session,
-          java.lang.String&nbsp;id,
-          java.lang.String[]&nbsp;membersUUID)</code>
+          <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
+          <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;membersUUID)</code>
 <div class="block">Adds the given memberships to the specified group.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<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/spi/UserManagement.html#getAuthorizableId(org.apache.jackrabbit.vault.util.DocViewNode)">getAuthorizableId</a></strong>(<a href="../../../../../../org/apache/jackrabbit/vault/util/DocViewNode.html" title="class in org.apache.jackrabbit.vault.util">DocViewNode</a>&nbsp;node)</code>
+<div class="block">Returns the id of the authorizable from the specified authorizable node
+ to be imported.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/UserManagement.html#getAuthorizablePath(javax.jcr.Session,%20java.lang.String)">getAuthorizablePath</a></strong>(javax.jcr.Session&nbsp;session,
-                   java.lang.String&nbsp;name)</code>
+                   <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the path of the authorizable or <code>null</code> if not exists.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/UserManagement.html#isAuthorizableNodeType(java.lang.String)">isAuthorizableNodeType</a></strong>(java.lang.String&nbsp;ntName)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/UserManagement.html#isAuthorizableNodeType(java.lang.String)">isAuthorizableNodeType</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;ntName)</code>
 <div class="block">Checks if the given node type name is used for a User node.</div>
 </td>
 </tr>
@@ -149,7 +156,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>isAuthorizableNodeType</h4>
-<pre>boolean&nbsp;isAuthorizableNodeType(java.lang.String&nbsp;ntName)</pre>
+<pre>boolean&nbsp;isAuthorizableNodeType(<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;ntName)</pre>
 <div class="block">Checks if the given node type name is used for a User node.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ntName</code> - the node type name</dd>
 <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if used for a User node.</dd></dl>
@@ -161,14 +168,28 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getAuthorizablePath</h4>
-<pre>java.lang.String&nbsp;getAuthorizablePath(javax.jcr.Session&nbsp;session,
-                                   java.lang.String&nbsp;name)</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;getAuthorizablePath(javax.jcr.Session&nbsp;session,
+                         <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 path of the authorizable or <code>null</code> if not exists.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the authorizable name</dd><dd><code>session</code> - the session to access the repository</dd>
 <dt><span class="strong">Returns:</span></dt><dd>path of authorizable</dd><dt><span class="strong">Since:</span></dt>
   <dd>2.3.26</dd></dl>
 </li>
 </ul>
+<a name="getAuthorizableId(org.apache.jackrabbit.vault.util.DocViewNode)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAuthorizableId</h4>
+<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;getAuthorizableId(<a href="../../../../../../org/apache/jackrabbit/vault/util/DocViewNode.html" title="class in org.apache.jackrabbit.vault.util">DocViewNode</a>&nbsp;node)</pre>
+<div class="block">Returns the id of the authorizable from the specified authorizable node
+ to be imported.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - the authorizable import node</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The id of the authorizable to be imported.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.1.10</dd></dl>
+</li>
+</ul>
 <a name="addMembers(javax.jcr.Session, java.lang.String, java.lang.String[])">
 <!--   -->
 </a>
@@ -176,8 +197,8 @@
 <li class="blockList">
 <h4>addMembers</h4>
 <pre>void&nbsp;addMembers(javax.jcr.Session&nbsp;session,
-              java.lang.String&nbsp;id,
-              java.lang.String[]&nbsp;membersUUID)</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;id,
+              <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;membersUUID)</pre>
 <div class="block">Adds the given memberships to the specified group.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>session</code> - session to operate on</dd><dd><code>id</code> - id of group</dd><dd><code>membersUUID</code> - uuids of members</dd><dt><span class="strong">Since:</span></dt>
   <dd>2.3.28</dd></dl>
@@ -252,4 +273,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/spi/class-use/ACLManagement.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ACLManagement.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ACLManagement.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ACLManagement.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.ACLManagement (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.ACLManagement (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.ACLManagement (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.ACLManagement (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -154,4 +154,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/spi/class-use/CNDReader.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/CNDReader.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/CNDReader.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/CNDReader.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDReader (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDReader (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDReader (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDReader (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -154,4 +154,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/spi/class-use/CNDWriter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/CNDWriter.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/CNDWriter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/CNDWriter.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDWriter (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDWriter (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDWriter (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.CNDWriter (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -96,7 +96,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/CNDWriter.html" title="interface in org.apache.jackrabbit.vault.fs.spi">CNDWriter</a></code></td>
-<td class="colLast"><span class="strong">ServiceProvider.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html#getCNDWriter(java.io.Writer,%20javax.jcr.Session,%20boolean)">getCNDWriter</a></strong>(java.io.Writer&nbsp;out,
+<td class="colLast"><span class="strong">ServiceProvider.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/ServiceProvider.html#getCNDWriter(java.io.Writer,%20javax.jcr.Session,%20boolean)">getCNDWriter</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out,
             javax.jcr.Session&nbsp;s,
             boolean&nbsp;includeNS)</code>
 <div class="block">Returns the default CND writer</div>
@@ -156,4 +156,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/spi/class-use/DefaultNodeTypeSet.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/DefaultNodeTypeSet.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/DefaultNodeTypeSet.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/DefaultNodeTypeSet.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>Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypeSet (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypeSet (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="Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypeSet (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypeSet (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -112,4 +112,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/spi/class-use/DefaultNodeTypes.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/DefaultNodeTypes.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/DefaultNodeTypes.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/DefaultNodeTypes.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>Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypes (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypes (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="Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypes (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.spi.DefaultNodeTypes (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -112,4 +112,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/spi/class-use/JcrVersion.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/JcrVersion.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/JcrVersion.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/JcrVersion.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>Uses of Class org.apache.jackrabbit.vault.fs.spi.JcrVersion (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.spi.JcrVersion (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="Uses of Class org.apache.jackrabbit.vault.fs.spi.JcrVersion (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.spi.JcrVersion (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -102,7 +102,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/JcrVersion.html" title="enum in org.apache.jackrabbit.vault.fs.spi">JcrVersion</a></code></td>
-<td class="colLast"><span class="strong">JcrVersion.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/JcrVersion.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colLast"><span class="strong">JcrVersion.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/JcrVersion.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>
@@ -167,4 +167,4 @@ the order they are declared.</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/spi/class-use/NodeTypeInstaller.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/NodeTypeInstaller.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/NodeTypeInstaller.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/NodeTypeInstaller.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeInstaller (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeInstaller (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeInstaller (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeInstaller (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -154,4 +154,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/spi/class-use/NodeTypeSet.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/NodeTypeSet.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/NodeTypeSet.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/NodeTypeSet.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeSet (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeSet (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeSet (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.NodeTypeSet (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -99,13 +99,13 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</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/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&gt;</code></td>
 <td class="colLast"><span class="strong">MetaInf.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/config/MetaInf.html#getNodeTypes()">getNodeTypes</a></strong>()</code>
 <div class="block">Returns the node types</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</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/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&gt;</code></td>
 <td class="colLast"><span class="strong">DefaultMetaInf.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/config/DefaultMetaInf.html#getNodeTypes()">getNodeTypes</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
@@ -119,7 +119,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">DefaultMetaInf.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/config/DefaultMetaInf.html#setCNDs(java.util.Collection)">setCNDs</a></strong>(java.util.Collection&lt;<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&gt;&nbsp;cnds)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">DefaultMetaInf.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/config/DefaultMetaInf.html#setCNDs(java.util.Collection)">setCNDs</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;<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&gt;&nbsp;cnds)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -168,7 +168,7 @@
 <td class="colLast"><span class="strong">DefaultNodeTypeSet.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/DefaultNodeTypeSet.html#add(org.apache.jackrabbit.vault.fs.spi.NodeTypeSet)">add</a></strong>(<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&nbsp;set)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Collection&lt;javax.jcr.nodetype.NodeType&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;javax.jcr.nodetype.NodeType&gt;</code></td>
 <td class="colLast"><span class="strong">NodeTypeInstaller.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeInstaller.html#install(org.apache.jackrabbit.vault.fs.spi.ProgressTracker,%20org.apache.jackrabbit.vault.fs.spi.NodeTypeSet)">install</a></strong>(<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html" title="class in org.apache.jackrabbit.vault.fs.spi">ProgressTracker</a>&nbsp;tracker,
        <a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&nbsp;types)</code>&nbsp;</td>
 </tr>
@@ -237,4 +237,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/spi/class-use/PrivilegeDefinitions.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/PrivilegeDefinitions.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/PrivilegeDefinitions.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/PrivilegeDefinitions.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>Uses of Class org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions (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="Uses of Class org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -123,7 +123,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.Collection&lt;javax.jcr.security.Privilege&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;javax.jcr.security.Privilege&gt;</code></td>
 <td class="colLast"><span class="strong">PrivilegeInstaller.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/PrivilegeInstaller.html#install(org.apache.jackrabbit.vault.fs.spi.ProgressTracker,%20org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions)">install</a></strong>(<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html" title="class in org.apache.jackrabbit.vault.fs.spi">ProgressTracker</a>&nbsp;tracker,
        <a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/PrivilegeDefinitions.html" title="class in org.apache.jackrabbit.vault.fs.spi">PrivilegeDefinitions</a>&nbsp;defs)</code>&nbsp;</td>
 </tr>
@@ -181,4 +181,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/spi/class-use/PrivilegeInstaller.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/PrivilegeInstaller.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/PrivilegeInstaller.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/PrivilegeInstaller.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.PrivilegeInstaller (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.PrivilegeInstaller (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.PrivilegeInstaller (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.PrivilegeInstaller (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -154,4 +154,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/spi/class-use/ProgressTracker.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ProgressTracker.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ProgressTracker.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ProgressTracker.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>Uses of Class org.apache.jackrabbit.vault.fs.spi.ProgressTracker (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.spi.ProgressTracker (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="Uses of Class org.apache.jackrabbit.vault.fs.spi.ProgressTracker (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.spi.ProgressTracker (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -117,12 +117,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.Collection&lt;javax.jcr.nodetype.NodeType&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;javax.jcr.nodetype.NodeType&gt;</code></td>
 <td class="colLast"><span class="strong">NodeTypeInstaller.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeInstaller.html#install(org.apache.jackrabbit.vault.fs.spi.ProgressTracker,%20org.apache.jackrabbit.vault.fs.spi.NodeTypeSet)">install</a></strong>(<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html" title="class in org.apache.jackrabbit.vault.fs.spi">ProgressTracker</a>&nbsp;tracker,
        <a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>&nbsp;types)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Collection&lt;javax.jcr.security.Privilege&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;javax.jcr.security.Privilege&gt;</code></td>
 <td class="colLast"><span class="strong">PrivilegeInstaller.</span><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/PrivilegeInstaller.html#install(org.apache.jackrabbit.vault.fs.spi.ProgressTracker,%20org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions)">install</a></strong>(<a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/ProgressTracker.html" title="class in org.apache.jackrabbit.vault.fs.spi">ProgressTracker</a>&nbsp;tracker,
        <a href="../../../../../../../org/apache/jackrabbit/vault/fs/spi/PrivilegeDefinitions.html" title="class in org.apache.jackrabbit.vault.fs.spi">PrivilegeDefinitions</a>&nbsp;defs)</code>&nbsp;</td>
 </tr>
@@ -180,4 +180,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/spi/class-use/ServiceProvider.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ServiceProvider.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ServiceProvider.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ServiceProvider.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.ServiceProvider (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.ServiceProvider (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.ServiceProvider (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.ServiceProvider (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -152,4 +152,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/spi/class-use/ServiceProviderFactory.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ServiceProviderFactory.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ServiceProviderFactory.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/ServiceProviderFactory.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>Uses of Class org.apache.jackrabbit.vault.fs.spi.ServiceProviderFactory (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Class org.apache.jackrabbit.vault.fs.spi.ServiceProviderFactory (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="Uses of Class org.apache.jackrabbit.vault.fs.spi.ServiceProviderFactory (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Class org.apache.jackrabbit.vault.fs.spi.ServiceProviderFactory (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -112,4 +112,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/spi/class-use/UserManagement.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/UserManagement.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/UserManagement.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/class-use/UserManagement.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>Uses of Interface org.apache.jackrabbit.vault.fs.spi.UserManagement (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Interface org.apache.jackrabbit.vault.fs.spi.UserManagement (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="Uses of Interface org.apache.jackrabbit.vault.fs.spi.UserManagement (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Interface org.apache.jackrabbit.vault.fs.spi.UserManagement (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -155,4 +155,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/spi/package-frame.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-frame.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-frame.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-frame.html Sat Dec 20 01:39:36 2014
@@ -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.spi (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -34,4 +34,4 @@
 </ul>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-summary.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-summary.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-summary.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-summary.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>org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>org.apache.jackrabbit.vault.fs.spi (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="org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -231,4 +231,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/spi/package-tree.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-tree.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-tree.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-tree.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>org.apache.jackrabbit.vault.fs.spi Class Hierarchy (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>org.apache.jackrabbit.vault.fs.spi Class Hierarchy (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="org.apache.jackrabbit.vault.fs.spi Class Hierarchy (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="org.apache.jackrabbit.vault.fs.spi Class Hierarchy (Apache Jackrabbit FileVault 3.1.14 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.spi.<a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/DefaultNodeTypes.html" title="class in org.apache.jackrabbit.vault.fs.spi"><span class="strong">DefaultNodeTypes</span></a></li>
 <li type="circle">org.apache.jackrabbit.vault.fs.spi.<a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/DefaultNodeTypeSet.html" title="class in org.apache.jackrabbit.vault.fs.spi"><span class="strong">DefaultNodeTypeSet</span></a> (implements org.apache.jackrabbit.vault.fs.spi.<a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/NodeTypeSet.html" title="interface in org.apache.jackrabbit.vault.fs.spi">NodeTypeSet</a>)</li>
@@ -97,9 +97,9 @@
 </ul>
 <h2 title="Enum Hierarchy">Enum 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">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
+<li type="circle">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"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<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;T&gt;, java.io.<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>)
 <ul>
 <li type="circle">org.apache.jackrabbit.vault.fs.spi.<a href="../../../../../../org/apache/jackrabbit/vault/fs/spi/JcrVersion.html" title="enum in org.apache.jackrabbit.vault.fs.spi"><span class="strong">JcrVersion</span></a></li>
 </ul>
@@ -155,4 +155,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/spi/package-use.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-use.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-use.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/spi/package-use.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>Uses of Package org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Uses of Package org.apache.jackrabbit.vault.fs.spi (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="Uses of Package org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Uses of Package org.apache.jackrabbit.vault.fs.spi (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -245,4 +245,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/packaging/CyclicDependencyException.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/CyclicDependencyException.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>CyclicDependencyException (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>CyclicDependencyException (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="CyclicDependencyException (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="CyclicDependencyException (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,13 +83,13 @@
 </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.Throwable</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
 <li>
 <ul class="inheritance">
-<li>java.lang.Exception</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageException.html" title="class in org.apache.jackrabbit.vault.packaging">org.apache.jackrabbit.vault.packaging.PackageException</a></li>
@@ -110,7 +110,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>java.io.Serializable</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></dd>
 </dl>
 <hr>
 <br>
@@ -139,14 +139,14 @@ extends <a href="../../../../../org/apac
 <td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException()">CyclicDependencyException</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException(java.lang.String)">CyclicDependencyException</a></strong>(java.lang.String&nbsp;message)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException(java.lang.String)">CyclicDependencyException</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;message)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException(java.lang.String,%20java.lang.Throwable)">CyclicDependencyException</a></strong>(java.lang.String&nbsp;message,
-                         java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException(java.lang.String,%20java.lang.Throwable)">CyclicDependencyException</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;message,
+                         <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException(java.lang.Throwable)">CyclicDependencyException</a></strong>(java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/CyclicDependencyException.html#CyclicDependencyException(java.lang.Throwable)">CyclicDependencyException</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -161,15 +161,15 @@ extends <a href="../../../../../org/apac
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
-<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed(java.lang.Throwable)" title="class or interface in java.lang">addSuppressed</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace()" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang">getCause</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage()" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getMessage()" title="class or interface in java.lang">getMessage</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace()" title="class or interface in java.lang"
 >getStackTrace</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed()" title="class or interface in java.lang">getSuppressed</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#initCause(java.lang.Throwable)" title="class or interface in java.lang">initCause</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace()" title="class or interface in java.lang">printStackTrace</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintStream)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintWriter)" title="class or interface in java.lang">printStackTrace</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#se
 tStackTrace(java.lang.StackTraceElement[])" title="class or interface in java.lang">setStackTrace</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#toString()" title="class or interface in java.lang">toString</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>clone, equals, finalize, getClass, hashCode, 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#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#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>
@@ -200,7 +200,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>CyclicDependencyException</h4>
-<pre>public&nbsp;CyclicDependencyException(java.lang.String&nbsp;message)</pre>
+<pre>public&nbsp;CyclicDependencyException(<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;message)</pre>
 </li>
 </ul>
 <a name="CyclicDependencyException(java.lang.String, java.lang.Throwable)">
@@ -209,8 +209,8 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>CyclicDependencyException</h4>
-<pre>public&nbsp;CyclicDependencyException(java.lang.String&nbsp;message,
-                         java.lang.Throwable&nbsp;cause)</pre>
+<pre>public&nbsp;CyclicDependencyException(<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;message,
+                         <a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 </li>
 </ul>
 <a name="CyclicDependencyException(java.lang.Throwable)">
@@ -219,7 +219,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CyclicDependencyException</h4>
-<pre>public&nbsp;CyclicDependencyException(java.lang.Throwable&nbsp;cause)</pre>
+<pre>public&nbsp;CyclicDependencyException(<a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
 </li>
 </ul>
 </li>
@@ -291,4 +291,4 @@ extends <a href="../../../../../org/apac
 <!-- ======== 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>