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 [4/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/SerializerArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.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>SerializerArtifact (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>SerializerArtifact (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="SerializerArtifact (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="SerializerArtifact (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.impl.AbstractArtifact</li>
@@ -128,8 +128,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/SerializerArtifact.html#SerializerArtifact(org.apache.jackrabbit.vault.fs.api.Artifact,%20java.lang.String,%20java.lang.String,%20org.apache.jackrabbit.vault.fs.api.ArtifactType,%20org.apache.jackrabbit.vault.fs.io.Serializer,%20long)">SerializerArtifact</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&nbsp;parent,
-                  java.lang.String&nbsp;name,
-                  java.lang.String&nbsp;ext,
+                  <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+                  <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ext,
                   <a href="../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&nbsp;type,
                   <a href="../../../../../org/apache/jackrabbit/vault/fs/io/Serializer.html" title="interface in org.apache.jackrabbit.vault.fs.io">Serializer</a>&nbsp;serializer,
                   long&nbsp;lastModified)</code>
@@ -159,7 +159,7 @@ implements <a href="../../../../../org/a
 </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/SerializerArtifact.html#getContentType()">getContentType</a></strong>()</code>
 <div class="block">Returns the content type of the serialized data or <code>null</code> if
  the type is not known or cannot be determined.</div>
@@ -172,7 +172,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.io.InputStream</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/SerializerArtifact.html#getInputStream()">getInputStream</a></strong>()</code>
 <div class="block">Returns the input stream to the contents of this artifact.</div>
 </td>
@@ -197,7 +197,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/SerializerArtifact.html#spool(java.io.OutputStream)">spool</a></strong>(java.io.OutputStream&nbsp;out)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/SerializerArtifact.html#spool(java.io.OutputStream)">spool</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)</code>
 <div class="block">Writes the content to the given output stream and closes it afterwards.</div>
 </td>
 </tr>
@@ -213,8 +213,8 @@ implements <a href="../../../../../org/a
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, finalize, getClass, notify, notifyAll, 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#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>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.jackrabbit.vault.fs.api.Artifact">
@@ -251,15 +251,15 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>SerializerArtifact</h4>
 <pre>public&nbsp;SerializerArtifact(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&nbsp;parent,
-                  java.lang.String&nbsp;name,
-                  java.lang.String&nbsp;ext,
+                  <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+                  <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ext,
                   <a href="../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactType.html" title="enum in org.apache.jackrabbit.vault.fs.api">ArtifactType</a>&nbsp;type,
                   <a href="../../../../../org/apache/jackrabbit/vault/fs/io/Serializer.html" title="interface in org.apache.jackrabbit.vault.fs.io">Serializer</a>&nbsp;serializer,
                   long&nbsp;lastModified)</pre>
 <div class="block">Constructs a new artifact that is based on a content serializer.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - the parent artifact</dd><dd><code>name</code> - the name of the artifact</dd><dd><code>ext</code> - the extension of the artifact</dd><dd><code>type</code> - the type of the artifact</dd><dd><code>serializer</code> - the serializer to use for the content</dd><dd><code>lastModified</code> - the last modified date</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if the type is not suitable.</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 the type is not suitable.</dd></dl>
 </li>
 </ul>
 </li>
@@ -304,8 +304,8 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>spool</h4>
-<pre>public&nbsp;void&nbsp;spool(java.io.OutputStream&nbsp;out)
-           throws java.io.IOException,
+<pre>public&nbsp;void&nbsp;spool(<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)
+           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
                   javax.jcr.RepositoryException</pre>
 <div class="block">Writes the content to the given output stream and closes it afterwards.
  This is the preferred method to use for output-artifacts.
@@ -319,7 +319,7 @@ implements <a href="../../../../../org/a
 <dd><code>spool</code>&nbsp;in class&nbsp;<code>org.apache.jackrabbit.vault.fs.impl.AbstractArtifact</code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the output stream to spool to</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs</dd>
+<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 an I/O error occurs</dd>
 <dd><code>javax.jcr.RepositoryException</code> - if a repository error occurs</dd></dl>
 </li>
 </ul>
@@ -329,9 +329,9 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getInputStream</h4>
-<pre>public&nbsp;java.io.InputStream&nbsp;getInputStream()
-                                   throws java.io.IOException,
-                                          javax.jcr.RepositoryException</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;getInputStream()
+                           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
+                                  javax.jcr.RepositoryException</pre>
 <div class="block">Returns the input stream to the contents of this artifact.
  This is the preferred method to use for input-artifacts.</div>
 <dl>
@@ -339,7 +339,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html#getInputStream()">getInputStream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>a input stream to the contents of this artifact.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs</dd>
+<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 an I/O error occurs</dd>
 <dd><code>javax.jcr.RepositoryException</code> - if a repository error occurs</dd></dl>
 </li>
 </ul>
@@ -350,7 +350,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>getInputSource</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultInputSource.html" title="class in org.apache.jackrabbit.vault.fs.api">VaultInputSource</a>&nbsp;getInputSource()
-                                throws java.io.IOException,
+                                throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
                                        javax.jcr.RepositoryException</pre>
 <div class="block">Returns an input source to the contents of this artifact.
  This is also preferred for <a href="../../../../../org/apache/jackrabbit/vault/fs/api/AccessType.html#STREAM"><code>AccessType.STREAM</code></a>.</div>
@@ -359,7 +359,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html#getInputSource()">getInputSource</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>an input source.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs.</dd>
+<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 an I/O error occurs.</dd>
 <dd><code>javax.jcr.RepositoryException</code> - of a repository error occurs.</dd></dl>
 </li>
 </ul>
@@ -369,7 +369,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getContentType</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getContentType()</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;getContentType()</pre>
 <div class="block">Returns the content type of the serialized data or <code>null</code> if
  the type is not known or cannot be determined.</div>
 <dl>
@@ -478,4 +478,4 @@ implements <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/VaultFileCopy.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.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>VaultFileCopy (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>VaultFileCopy (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="VaultFileCopy (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="VaultFileCopy (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.VaultFileCopy</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">VaultFileCopy</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>FileUtil</code>...</div>
 </li>
 </ul>
@@ -119,12 +119,12 @@ extends java.lang.Object</pre>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jackrabbit/vault/fs/VaultFileCopy.html" title="class in org.apache.jackrabbit.vault.fs">VaultFileCopy</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/VaultFileCopy.html#copy(org.apache.jackrabbit.vault.fs.api.VaultFile,%20java.io.File)">copy</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFile.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFile</a>&nbsp;remote,
-    java.io.File&nbsp;local)</code>&nbsp;</td>
+    <a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;local)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jackrabbit/vault/fs/VaultFileCopy.html" title="class in org.apache.jackrabbit.vault.fs">VaultFileCopy</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/VaultFileCopy.html#copy(org.apache.jackrabbit.vault.fs.api.VaultFile,%20java.io.File,%20byte[])">copy</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFile.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFile</a>&nbsp;remote,
-    java.io.File&nbsp;local,
+    <a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;local,
     byte[]&nbsp;lineFeed)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -144,8 +144,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>
@@ -168,10 +168,10 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>copy</h4>
 <pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/fs/VaultFileCopy.html" title="class in org.apache.jackrabbit.vault.fs">VaultFileCopy</a>&nbsp;copy(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFile.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFile</a>&nbsp;remote,
-                 java.io.File&nbsp;local)
-                          throws java.io.IOException</pre>
+                 <a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;local)
+                          throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="copy(org.apache.jackrabbit.vault.fs.api.VaultFile, java.io.File, byte[])">
@@ -181,11 +181,11 @@ extends java.lang.Object</pre>
 <li class="blockList">
 <h4>copy</h4>
 <pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/fs/VaultFileCopy.html" title="class in org.apache.jackrabbit.vault.fs">VaultFileCopy</a>&nbsp;copy(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFile.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFile</a>&nbsp;remote,
-                 java.io.File&nbsp;local,
+                 <a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;local,
                  byte[]&nbsp;lineFeed)
-                          throws java.io.IOException</pre>
+                          throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="getMd5()">
@@ -284,4 +284,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/VaultFileInputStream.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.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>VaultFileInputStream (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>VaultFileInputStream (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="VaultFileInputStream (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="VaultFileInputStream (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.io.InputStream</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">java.io.InputStream</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.VaultFileInputStream</li>
@@ -100,12 +100,12 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>java.io.Closeable, java.lang.AutoCloseable</dd>
+<dd><a href="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">VaultFileInputStream</span>
-extends java.io.InputStream</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></pre>
 <div class="block">Implements an input stream on a jcr file file. It accesses the artifact of the
  platform file an wraps either it's input stream or provides one using a tmp
  file.
@@ -191,8 +191,8 @@ extends java.io.InputStream</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>
@@ -215,12 +215,12 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>VaultFileInputStream</h4>
 <pre>public&nbsp;VaultFileInputStream(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFile.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFile</a>&nbsp;file)
-                     throws java.io.IOException</pre>
+                     throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Creates a new input stream on the given file. If the file is a
  directory an IOException is thrown.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an 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 an I/O error occurs.</dd></dl>
 </li>
 </ul>
 </li>
@@ -238,12 +238,12 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>read</h4>
 <pre>public&nbsp;int&nbsp;read()
-         throws java.io.IOException</pre>
+         throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>read</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read()" title="class or interface in java.io">read</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="read(byte[])">
@@ -253,12 +253,12 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>read</h4>
 <pre>public&nbsp;int&nbsp;read(byte[]&nbsp;b)
-         throws java.io.IOException</pre>
+         throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>read</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read(byte[])" title="class or interface in java.io">read</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="read(byte[], int, int)">
@@ -270,12 +270,12 @@ extends java.io.InputStream</pre>
 <pre>public&nbsp;int&nbsp;read(byte[]&nbsp;b,
        int&nbsp;off,
        int&nbsp;len)
-         throws java.io.IOException</pre>
+         throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>read</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#read(byte[],%20int,%20int)" title="class or interface in java.io">read</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="skip(long)">
@@ -285,12 +285,12 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>skip</h4>
 <pre>public&nbsp;long&nbsp;skip(long&nbsp;n)
-          throws java.io.IOException</pre>
+          throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>skip</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#skip(long)" title="class or interface in java.io">skip</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="available()">
@@ -300,12 +300,12 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>available</h4>
 <pre>public&nbsp;int&nbsp;available()
-              throws java.io.IOException</pre>
+              throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>available</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#available()" title="class or interface in java.io">available</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="close()">
@@ -315,16 +315,16 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>close</h4>
 <pre>public&nbsp;void&nbsp;close()
-           throws java.io.IOException</pre>
+           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>close</code>&nbsp;in interface&nbsp;<code>java.io.Closeable</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>close</code>&nbsp;in interface&nbsp;<code>java.lang.AutoCloseable</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>close</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="mark(int)">
@@ -336,7 +336,7 @@ extends java.io.InputStream</pre>
 <pre>public&nbsp;void&nbsp;mark(int&nbsp;readlimit)</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>mark</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#mark(int)" title="class or interface in java.io">mark</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -347,12 +347,12 @@ extends java.io.InputStream</pre>
 <li class="blockList">
 <h4>reset</h4>
 <pre>public&nbsp;void&nbsp;reset()
-           throws java.io.IOException</pre>
+           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>reset</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#reset()" title="class or interface in java.io">reset</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></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></dd></dl>
 </li>
 </ul>
 <a name="markSupported()">
@@ -364,7 +364,7 @@ extends java.io.InputStream</pre>
 <pre>public&nbsp;boolean&nbsp;markSupported()</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code>markSupported</code>&nbsp;in class&nbsp;<code>java.io.InputStream</code></dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true#markSupported()" title="class or interface in java.io">markSupported</a></code>&nbsp;in class&nbsp;<code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -437,4 +437,4 @@ extends java.io.InputStream</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/AccessType.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.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>AccessType (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>AccessType (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="AccessType (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="AccessType (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/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</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/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</a>&gt;</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.api.AccessType</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/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</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/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</a>&gt;</dd>
 </dl>
 <hr>
 <br>
 <pre>public enum <span class="strong">AccessType</span>
-extends java.lang.Enum&lt;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</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/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</a>&gt;</pre>
 <div class="block"><code>AccessType</code>...</div>
 </li>
 </ul>
@@ -150,7 +150,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/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AccessType.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/AccessType.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>
@@ -166,15 +166,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>
@@ -248,7 +248,7 @@ for (AccessType c : AccessType.values())
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AccessType.html" title="enum in org.apache.jackrabbit.vault.fs.api">AccessType</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 
@@ -256,8 +256,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>
@@ -329,4 +329,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/Aggregate.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.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>Aggregate (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Aggregate (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="Aggregate (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Aggregate (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -120,7 +120,7 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html#getAggregate(java.lang.String)">getAggregate</a></strong>(java.lang.String&nbsp;relPath)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html#getAggregate(java.lang.String)">getAggregate</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;relPath)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/ArtifactSet.html" title="interface in org.apache.jackrabbit.vault.fs.api">ArtifactSet</a></code></td>
@@ -129,13 +129,13 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Collection&lt;javax.jcr.Property&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.Property&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html#getBinaries()">getBinaries</a></strong>()</code>
 <div class="block">Returns the collection of binary properties in this aggregate</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.util.List&lt;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&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;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html#getLeaves()">getLeaves</a></strong>()</code>
 <div class="block">Returns the leaves of this aggregate or <code>null</code>.</div>
 </td>
@@ -147,18 +147,18 @@ extends <a href="../../../../../../org/a
 </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/Aggregate.html#getName()">getName</a></strong>()</code>
 <div class="block">Returns the name of this aggregate.</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/api/Aggregate.html#getNamespacePrefixes()">getNamespacePrefixes</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html#getNamespaceURI(java.lang.String)">getNamespaceURI</a></strong>(java.lang.String&nbsp;prefix)</code>&nbsp;</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/Aggregate.html#getNamespaceURI(java.lang.String)">getNamespaceURI</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;prefix)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>javax.jcr.Node</code></td>
@@ -169,11 +169,11 @@ extends <a href="../../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html#getParent()">getParent</a></strong>()</code>&nbsp;</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/api/Aggregate.html#getPath()">getPath</a></strong>()</code>&nbsp;</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/Aggregate.html#getRelPath()">getRelPath</a></strong>()</code>
 <div class="block">Returns the relative path of this aggregate in respect to it's parent
  aggregate.</div>
@@ -257,7 +257,7 @@ extends <a href="../../../../../../org/a
 <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>
 </li>
 </ul>
 <a name="getRepositoryAddress()">
@@ -293,7 +293,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelPath</h4>
-<pre>java.lang.String&nbsp;getRelPath()</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;getRelPath()</pre>
 <div class="block">Returns the relative path of this aggregate in respect to it's parent
  aggregate.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the relative path</dd></dl>
@@ -305,7 +305,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>java.lang.String&nbsp;getName()</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;getName()</pre>
 <div class="block">Returns the name of this aggregate.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the name of this aggregate.</dd></dl>
 </li>
@@ -316,8 +316,8 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getLeaves</h4>
-<pre>java.util.List&lt;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&gt;&nbsp;getLeaves()
-                                              throws javax.jcr.RepositoryException</pre>
+<pre><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;? extends <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&gt;&nbsp;getLeaves()
+                                    throws javax.jcr.RepositoryException</pre>
 <div class="block">Returns the leaves of this aggregate or <code>null</code>.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the leaves</dd>
 <dt><span class="strong">Throws:</span></dt>
@@ -330,7 +330,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getAggregate</h4>
-<pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&nbsp;getAggregate(java.lang.String&nbsp;relPath)
+<pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregate.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregate</a>&nbsp;getAggregate(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;relPath)
                        throws javax.jcr.RepositoryException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code></dd></dl>
@@ -381,7 +381,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getNamespacePrefixes</h4>
-<pre>java.lang.String[]&nbsp;getNamespacePrefixes()</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;getNamespacePrefixes()</pre>
 </li>
 </ul>
 <a name="getNamespaceURI(java.lang.String)">
@@ -390,8 +390,8 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getNamespaceURI</h4>
-<pre>java.lang.String&nbsp;getNamespaceURI(java.lang.String&nbsp;prefix)
-                                 throws javax.jcr.RepositoryException</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;getNamespaceURI(<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;prefix)
+                       throws javax.jcr.RepositoryException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code></dd></dl>
 </li>
@@ -402,7 +402,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getBinaries</h4>
-<pre>java.util.Collection&lt;javax.jcr.Property&gt;&nbsp;getBinaries()</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;javax.jcr.Property&gt;&nbsp;getBinaries()</pre>
 <div class="block">Returns the collection of binary properties in this aggregate</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the binaries or <code>null</code></dd></dl>
 </li>
@@ -476,4 +476,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/AggregateManager.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.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>AggregateManager (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>AggregateManager (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="AggregateManager (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="AggregateManager (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -114,14 +114,14 @@ 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/AggregateManager.html#dumpConfig(java.io.PrintWriter)">dumpConfig</a></strong>(java.io.PrintWriter&nbsp;out)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AggregateManager.html#dumpConfig(java.io.PrintWriter)">dumpConfig</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>
 <div class="block">Dumps the configuration to the given writer for debugging purposes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregator.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregator</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AggregateManager.html#getAggregator(javax.jcr.Node,%20java.lang.String)">getAggregator</a></strong>(javax.jcr.Node&nbsp;node,
-             java.lang.String&nbsp;path)</code>
+             <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Returns the aggregator for the given node or <code>null</code> if none
  found.</div>
 </td>
@@ -152,13 +152,13 @@ extends <a href="../../../../../../org/a
 </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/AggregateManager.html#getUserId()">getUserId</a></strong>()</code>
 <div class="block">Returns the user id of the session of this manager.</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/api/AggregateManager.html#getWorkspace()">getWorkspace</a></strong>()</code>
 <div class="block">Returns the name of the workspace of this manager.</div>
 </td>
@@ -262,7 +262,7 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>getAggregator</h4>
 <pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregator.html" title="interface in org.apache.jackrabbit.vault.fs.api">Aggregator</a>&nbsp;getAggregator(javax.jcr.Node&nbsp;node,
-                       java.lang.String&nbsp;path)
+                       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)
                          throws javax.jcr.RepositoryException</pre>
 <div class="block">Returns the aggregator for the given node or <code>null</code> if none
  found.</div>
@@ -301,8 +301,8 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getUserId</h4>
-<pre>java.lang.String&nbsp;getUserId()
-                           throws javax.jcr.RepositoryException</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;getUserId()
+                 throws javax.jcr.RepositoryException</pre>
 <div class="block">Returns the user id of the session of this manager.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the user id.</dd>
 <dt><span class="strong">Throws:</span></dt>
@@ -315,8 +315,8 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getWorkspace</h4>
-<pre>java.lang.String&nbsp;getWorkspace()
-                              throws javax.jcr.RepositoryException</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;getWorkspace()
+                    throws javax.jcr.RepositoryException</pre>
 <div class="block">Returns the name of the workspace of this manager.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the name of the workspace.</dd>
 <dt><span class="strong">Throws:</span></dt>
@@ -351,12 +351,12 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>dumpConfig</h4>
-<pre>void&nbsp;dumpConfig(java.io.PrintWriter&nbsp;out)
-                throws java.io.IOException</pre>
+<pre>void&nbsp;dumpConfig(<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)
+                throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Dumps the configuration to the given writer for debugging purposes.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the writer</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an 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 an I/O error occurs</dd></dl>
 </li>
 </ul>
 <a name="startTracking(org.apache.jackrabbit.vault.fs.api.ProgressTrackerListener)">
@@ -449,4 +449,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/Aggregator.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.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>Aggregator (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Aggregator (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="Aggregator (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Aggregator (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -133,7 +133,7 @@ extends <a href="../../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregator.html#includes(javax.jcr.Node,%20javax.jcr.Node,%20javax.jcr.Property,%20java.lang.String)">includes</a></strong>(javax.jcr.Node&nbsp;root,
         javax.jcr.Node&nbsp;parent,
         javax.jcr.Property&nbsp;property,
-        java.lang.String&nbsp;path)</code>
+        <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Checks if the given property is included in the content aggregation relative
  to the respective aggregator root.</div>
 </td>
@@ -142,7 +142,7 @@ extends <a href="../../../../../../org/a
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregator.html#includes(javax.jcr.Node,%20javax.jcr.Node,%20java.lang.String)">includes</a></strong>(javax.jcr.Node&nbsp;root,
         javax.jcr.Node&nbsp;node,
-        java.lang.String&nbsp;path)</code>
+        <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Checks if the given item is included in the content aggregation relative
  to the respective aggregator root</div>
 </td>
@@ -156,7 +156,7 @@ extends <a href="../../../../../../org/a
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Aggregator.html#matches(javax.jcr.Node,%20java.lang.String)">matches</a></strong>(javax.jcr.Node&nbsp;node,
-       java.lang.String&nbsp;path)</code>
+       <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block">Checks if this aggregator can handles the given node</div>
 </td>
 </tr>
@@ -213,7 +213,7 @@ extends <a href="../../../../../../org/a
 <h4>includes</h4>
 <pre>boolean&nbsp;includes(javax.jcr.Node&nbsp;root,
                javax.jcr.Node&nbsp;node,
-               java.lang.String&nbsp;path)
+               <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)
                  throws javax.jcr.RepositoryException</pre>
 <div class="block">Checks if the given item is included in the content aggregation relative
  to the respective aggregator root</div>
@@ -233,7 +233,7 @@ extends <a href="../../../../../../org/a
 <pre>boolean&nbsp;includes(javax.jcr.Node&nbsp;root,
                javax.jcr.Node&nbsp;parent,
                javax.jcr.Property&nbsp;property,
-               java.lang.String&nbsp;path)
+               <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)
                  throws javax.jcr.RepositoryException</pre>
 <div class="block">Checks if the given property is included in the content aggregation relative
  to the respective aggregator root. this is a speed optimized variant
@@ -252,7 +252,7 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>matches</h4>
 <pre>boolean&nbsp;matches(javax.jcr.Node&nbsp;node,
-              java.lang.String&nbsp;path)
+              <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)
                 throws javax.jcr.RepositoryException</pre>
 <div class="block">Checks if this aggregator can handles the given node</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - the node to check</dd><dd><code>path</code> - the path of the node or <code>null</code></dd>
@@ -380,4 +380,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/Artifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.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>Artifact (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Artifact (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="Artifact (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Artifact (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -153,14 +153,14 @@ extends <a href="../../../../../../org/a
 </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/api/Artifact.html#getContentType()">getContentType</a></strong>()</code>
 <div class="block">Returns the content type of the serialized data or <code>null</code> if
  the type is not known or cannot be determined.</div>
 </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/Artifact.html#getExtension()">getExtension</a></strong>()</code>
 <div class="block">Returns the (repository) extension of this artifact.</div>
 </td>
@@ -172,7 +172,7 @@ extends <a href="../../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.io.InputStream</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html#getInputStream()">getInputStream</a></strong>()</code>
 <div class="block">Returns the input stream to the contents of this artifact.</div>
 </td>
@@ -184,7 +184,7 @@ extends <a href="../../../../../../org/a
 </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/Artifact.html#getPlatformPath()">getPlatformPath</a></strong>()</code>
 <div class="block">Returns the relative path of this artifact in platform format including
  the extension.</div>
@@ -197,7 +197,7 @@ extends <a href="../../../../../../org/a
 </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/Artifact.html#getRelativePath()">getRelativePath</a></strong>()</code>
 <div class="block">Returns the relative (repository) path of this artifact in respect to
  it's parent node.</div>
@@ -217,7 +217,7 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html#spool(java.io.OutputStream)">spool</a></strong>(java.io.OutputStream&nbsp;out)</code>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html#spool(java.io.OutputStream)">spool</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)</code>
 <div class="block">Writes the content to the given output stream and closes it afterwards.</div>
 </td>
 </tr>
@@ -249,7 +249,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getPlatformPath</h4>
-<pre>java.lang.String&nbsp;getPlatformPath()</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;getPlatformPath()</pre>
 <div class="block">Returns the relative path of this artifact in platform format including
  the extension. eg: "_cq_nodeType.cnd" or "en/.content.xml" and eventual
  intermediate extensions. eg: "image.png.dir/.content.xml"</div>
@@ -262,7 +262,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtension</h4>
-<pre>java.lang.String&nbsp;getExtension()</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;getExtension()</pre>
 <div class="block">Returns the (repository) extension of this artifact. eg: ".jsp"</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the (repository) extension of this artifact.</dd></dl>
 </li>
@@ -273,7 +273,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getRelativePath</h4>
-<pre>java.lang.String&nbsp;getRelativePath()</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;getRelativePath()</pre>
 <div class="block">Returns the relative (repository) path of this artifact in respect to
  it's parent node. eg: "myNodeType"</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the final name</dd></dl>
@@ -330,7 +330,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getContentType</h4>
-<pre>java.lang.String&nbsp;getContentType()</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;getContentType()</pre>
 <div class="block">Returns the content type of the serialized data or <code>null</code> if
  the type is not known or cannot be determined.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the content type or <code>null</code>.</dd></dl>
@@ -353,14 +353,14 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>spool</h4>
-<pre>void&nbsp;spool(java.io.OutputStream&nbsp;out)
-           throws java.io.IOException,
+<pre>void&nbsp;spool(<a href="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)
+           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
                   javax.jcr.RepositoryException</pre>
 <div class="block">Writes the content to the given output stream and closes it afterwards.
  This is the preferred method to use for output-artifacts.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the output stream to spool to</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs</dd>
+<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 an I/O error occurs</dd>
 <dd><code>javax.jcr.RepositoryException</code> - if a repository error occurs</dd></dl>
 </li>
 </ul>
@@ -370,14 +370,14 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getInputStream</h4>
-<pre>java.io.InputStream&nbsp;getInputStream()
-                                   throws java.io.IOException,
-                                          javax.jcr.RepositoryException</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;getInputStream()
+                           throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
+                                  javax.jcr.RepositoryException</pre>
 <div class="block">Returns the input stream to the contents of this artifact.
  This is the preferred method to use for input-artifacts.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>a input stream to the contents of this artifact.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs</dd>
+<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 an I/O error occurs</dd>
 <dd><code>javax.jcr.RepositoryException</code> - if a repository error occurs</dd></dl>
 </li>
 </ul>
@@ -388,13 +388,13 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>getInputSource</h4>
 <pre><a href="../../../../../../org/apache/jackrabbit/vault/fs/api/VaultInputSource.html" title="class in org.apache.jackrabbit.vault.fs.api">VaultInputSource</a>&nbsp;getInputSource()
-                                throws java.io.IOException,
+                                throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
                                        javax.jcr.RepositoryException</pre>
 <div class="block">Returns an input source to the contents of this artifact.
  This is also preferred for <a href="../../../../../../org/apache/jackrabbit/vault/fs/api/AccessType.html#STREAM"><code>AccessType.STREAM</code></a>.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an input source.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs.</dd>
+<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 an I/O error occurs.</dd>
 <dd><code>javax.jcr.RepositoryException</code> - of a repository error occurs.</dd></dl>
 </li>
 </ul>
@@ -467,4 +467,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>