You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2016/01/10 06:43:32 UTC

svn commit: r1723908 [3/48] - in /jackrabbit/site/live/filevault: ./ META-INF/ apidocs/ apidocs/org/apache/jackrabbit/vault/fs/ apidocs/org/apache/jackrabbit/vault/fs/api/ apidocs/org/apache/jackrabbit/vault/fs/api/class-use/ apidocs/org/apache/jackrab...

Modified: jackrabbit/site/live/filevault/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/deprecated-list.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/deprecated-list.html (original)
+++ jackrabbit/site/live/filevault/apidocs/deprecated-list.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Deprecated List (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Deprecated List (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Deprecated List (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/help-doc.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/help-doc.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/help-doc.html (original)
+++ jackrabbit/site/live/filevault/apidocs/help-doc.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>API Help (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>API Help (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="API Help (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -215,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/index-all.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/index-all.html (original)
+++ jackrabbit/site/live/filevault/apidocs/index-all.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Index (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Index (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Index (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -569,7 +569,7 @@
 <dd>
 <div class="block">
 
- Compared to the <code>String.compareTo(String)</code> it handles the '/'
+ Compared to the <a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true#compareTo(java.lang.String)" title="class or interface in java.lang"><code>String.compareTo(String)</code></a> it handles the '/'
  differently giving it the highest priority so that:
 
  "/a" < "/b"
@@ -1585,7 +1585,7 @@
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/jackrabbit/vault/util/FileInputSource.html" title="class in org.apache.jackrabbit.vault.util"><span class="strong">FileInputSource</span></a> - Class in <a href="./org/apache/jackrabbit/vault/util/package-summary.html">org.apache.jackrabbit.vault.util</a></dt>
 <dd>
-<div class="block">Implements a input source that is based on a <code>File</code>.</div>
+<div class="block">Implements a input source that is based on a <a href="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/jackrabbit/vault/util/FileInputSource.html#FileInputSource(java.io.File)">FileInputSource(File)</a></span> - Constructor for class org.apache.jackrabbit.vault.util.<a href="./org/apache/jackrabbit/vault/util/FileInputSource.html" title="class in org.apache.jackrabbit.vault.util">FileInputSource</a></dt>
 <dd>
@@ -6900,7 +6900,7 @@ the order they are declared.</div>
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/jackrabbit/vault/fs/api/VaultInputSource.html" title="class in org.apache.jackrabbit.vault.fs.api"><span class="strong">VaultInputSource</span></a> - Class in <a href="./org/apache/jackrabbit/vault/fs/api/package-summary.html">org.apache.jackrabbit.vault.fs.api</a></dt>
 <dd>
-<div class="block">Extends the <code>InputSource</code> by a content length and last modified.</div>
+<div class="block">Extends the <a href="http://java.sun.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax"><code>InputSource</code></a> by a content length and last modified.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/jackrabbit/vault/fs/api/VaultInputSource.html#VaultInputSource()">VaultInputSource()</a></span> - Constructor for class org.apache.jackrabbit.vault.fs.api.<a href="./org/apache/jackrabbit/vault/fs/api/VaultInputSource.html" title="class in org.apache.jackrabbit.vault.fs.api">VaultInputSource</a></dt>
 <dd>&nbsp;</dd>
@@ -7176,6 +7176,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/index.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/index.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/index.html (original)
+++ jackrabbit/site/live/filevault/apidocs/index.html Sun Jan 10 05:43:23 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Apache Jackrabbit FileVault 3.1.24 API</title>
+<title>Apache Jackrabbit FileVault 3.1.26 API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/DirectoryArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/DirectoryArtifact.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/DirectoryArtifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/DirectoryArtifact.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DirectoryArtifact (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>DirectoryArtifact (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DirectoryArtifact (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="DirectoryArtifact (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.impl.AbstractArtifact</li>
@@ -126,13 +126,13 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/DirectoryArtifact.html#DirectoryArtifact(java.lang.String)">DirectoryArtifact</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/DirectoryArtifact.html#DirectoryArtifact(java.lang.String)">DirectoryArtifact</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">Constructs a new directory type artifact with the given repository name.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/DirectoryArtifact.html#DirectoryArtifact(java.lang.String,%20java.lang.String)">DirectoryArtifact</a></strong>(java.lang.String&nbsp;name,
-                 java.lang.String&nbsp;extension)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/DirectoryArtifact.html#DirectoryArtifact(java.lang.String,%20java.lang.String)">DirectoryArtifact</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,
+                 <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;extension)</code>
 <div class="block">Constructs a new directory type artifact with the given repository name
  and extension</div>
 </td>
@@ -166,7 +166,7 @@ implements <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/DirectoryArtifact.html#getInputStream()">getInputStream</a></strong>()</code>
 <div class="block">Returns the input stream to the contents of this artifact.</div>
 </td>
@@ -191,7 +191,7 @@ implements <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/DirectoryArtifact.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/DirectoryArtifact.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>
@@ -207,8 +207,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">
@@ -244,7 +244,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>DirectoryArtifact</h4>
-<pre>public&nbsp;DirectoryArtifact(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;DirectoryArtifact(<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">Constructs a new directory type artifact with the given repository name.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the repository name for this artifact.</dd></dl>
 </li>
@@ -255,8 +255,8 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DirectoryArtifact</h4>
-<pre>public&nbsp;DirectoryArtifact(java.lang.String&nbsp;name,
-                 java.lang.String&nbsp;extension)</pre>
+<pre>public&nbsp;DirectoryArtifact(<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;extension)</pre>
 <div class="block">Constructs a new directory type artifact with the given repository name
  and extension</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the repository name for this artifact.</dd><dd><code>extension</code> - the extension for this artifact</dd></dl>
@@ -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>
@@ -459,6 +459,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/HintArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/HintArtifact.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/HintArtifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/HintArtifact.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>HintArtifact (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>HintArtifact (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="HintArtifact (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="HintArtifact (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.impl.AbstractArtifact</li>
@@ -126,13 +126,13 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/HintArtifact.html#HintArtifact(java.lang.String)">HintArtifact</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/HintArtifact.html#HintArtifact(java.lang.String)">HintArtifact</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">Constructs a new directory type artifact with the given repository name.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/HintArtifact.html#HintArtifact(java.lang.String,%20java.lang.String)">HintArtifact</a></strong>(java.lang.String&nbsp;name,
-            java.lang.String&nbsp;extension)</code>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/HintArtifact.html#HintArtifact(java.lang.String,%20java.lang.String)">HintArtifact</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,
+            <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;extension)</code>
 <div class="block">Constructs a new directory type artifact with the given repository name
  and extension</div>
 </td>
@@ -166,7 +166,7 @@ implements <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/HintArtifact.html#getInputStream()">getInputStream</a></strong>()</code>
 <div class="block">Returns the input stream to the contents of this artifact.</div>
 </td>
@@ -191,7 +191,7 @@ implements <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/HintArtifact.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/HintArtifact.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>
@@ -207,8 +207,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">
@@ -244,7 +244,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>HintArtifact</h4>
-<pre>public&nbsp;HintArtifact(java.lang.String&nbsp;name)</pre>
+<pre>public&nbsp;HintArtifact(<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">Constructs a new directory type artifact with the given repository name.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the repository name for this artifact.</dd></dl>
 </li>
@@ -255,8 +255,8 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HintArtifact</h4>
-<pre>public&nbsp;HintArtifact(java.lang.String&nbsp;name,
-            java.lang.String&nbsp;extension)</pre>
+<pre>public&nbsp;HintArtifact(<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;extension)</pre>
 <div class="block">Constructs a new directory type artifact with the given repository name
  and extension</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the repository name for this artifact.</dd><dd><code>extension</code> - the extension for this artifact</dd></dl>
@@ -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>
@@ -459,6 +459,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/Mounter.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/Mounter.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/Mounter.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/Mounter.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Mounter (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>Mounter (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Mounter (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="Mounter (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.Mounter</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public final class <span class="strong">Mounter</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">Utility method to mount a JCR FS.
  The filesystem is mounted relative to the given <code>mountpoint</code> and rooted at <code>rootPath</code>.
  For example if the mountpoint is http://.../test/export and the rootPath is /foo, then the filesystem's root node
@@ -142,7 +142,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/Mounter.html#mount(org.apache.jackrabbit.vault.fs.api.VaultFsConfig,%20org.apache.jackrabbit.vault.fs.api.WorkspaceFilter,%20org.apache.jackrabbit.vault.fs.api.RepositoryAddress,%20java.lang.String,%20javax.jcr.Session)">mount</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFsConfig.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFsConfig</a>&nbsp;config,
      <a href="../../../../../org/apache/jackrabbit/vault/fs/api/WorkspaceFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">WorkspaceFilter</a>&nbsp;wspFilter,
      <a href="../../../../../org/apache/jackrabbit/vault/fs/api/RepositoryAddress.html" title="class in org.apache.jackrabbit.vault.fs.api">RepositoryAddress</a>&nbsp;mountpoint,
-     java.lang.String&nbsp;rootPath,
+     <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;rootPath,
      javax.jcr.Session&nbsp;session)</code>
 <div class="block">Mounts a new Vault filesystem on the given repository node.</div>
 </td>
@@ -154,7 +154,7 @@ extends java.lang.Object</pre>
      javax.jcr.Repository&nbsp;rep,
      javax.jcr.Credentials&nbsp;credentials,
      <a href="../../../../../org/apache/jackrabbit/vault/fs/api/RepositoryAddress.html" title="class in org.apache.jackrabbit.vault.fs.api">RepositoryAddress</a>&nbsp;mountpoint,
-     java.lang.String&nbsp;rootPath)</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;rootPath)</code>
 <div class="block">Mounts a new Vault filesystem that is rooted at the given path using
  the provided repository, credentials and workspace to create the
  session.</div>
@@ -165,8 +165,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>
@@ -208,16 +208,16 @@ extends java.lang.Object</pre>
 <pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFileSystem.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFileSystem</a>&nbsp;mount(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/VaultFsConfig.html" title="interface in org.apache.jackrabbit.vault.fs.api">VaultFsConfig</a>&nbsp;config,
                     <a href="../../../../../org/apache/jackrabbit/vault/fs/api/WorkspaceFilter.html" title="interface in org.apache.jackrabbit.vault.fs.api">WorkspaceFilter</a>&nbsp;wspFilter,
                     <a href="../../../../../org/apache/jackrabbit/vault/fs/api/RepositoryAddress.html" title="class in org.apache.jackrabbit.vault.fs.api">RepositoryAddress</a>&nbsp;mountpoint,
-                    java.lang.String&nbsp;rootPath,
+                    <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;rootPath,
                     javax.jcr.Session&nbsp;session)
                              throws javax.jcr.RepositoryException,
-                                    java.io.IOException</pre>
+                                    <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Mounts a new Vault filesystem on the given repository node.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>config</code> - vault fs config</dd><dd><code>wspFilter</code> - the workspace filter</dd><dd><code>mountpoint</code> - the address of the mountpoint</dd><dd><code>rootPath</code> - path of root file. used for remapping</dd><dd><code>session</code> - the repository session</dd>
 <dt><span class="strong">Returns:</span></dt><dd>a Vault filesystem</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code> - if an error occurs.</dd>
-<dd><code>java.io.IOException</code> - if 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="mount(org.apache.jackrabbit.vault.fs.api.VaultFsConfig, org.apache.jackrabbit.vault.fs.api.WorkspaceFilter, javax.jcr.Repository, javax.jcr.Credentials, org.apache.jackrabbit.vault.fs.api.RepositoryAddress, java.lang.String)">
@@ -231,9 +231,9 @@ extends java.lang.Object</pre>
                     javax.jcr.Repository&nbsp;rep,
                     javax.jcr.Credentials&nbsp;credentials,
                     <a href="../../../../../org/apache/jackrabbit/vault/fs/api/RepositoryAddress.html" title="class in org.apache.jackrabbit.vault.fs.api">RepositoryAddress</a>&nbsp;mountpoint,
-                    java.lang.String&nbsp;rootPath)
+                    <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;rootPath)
                              throws javax.jcr.RepositoryException,
-                                    java.io.IOException</pre>
+                                    <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Mounts a new Vault filesystem that is rooted at the given path using
  the provided repository, credentials and workspace to create the
  session.</div>
@@ -241,7 +241,7 @@ extends java.lang.Object</pre>
 <dt><span class="strong">Returns:</span></dt><dd>an aggregate manager</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>javax.jcr.RepositoryException</code> - if an error occurs.</dd>
-<dd><code>java.io.IOException</code> - if 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>
@@ -311,6 +311,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PropertyValueArtifact (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>PropertyValueArtifact (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PropertyValueArtifact (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="PropertyValueArtifact (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.impl.AbstractArtifact</li>
@@ -127,8 +127,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html#PropertyValueArtifact(org.apache.jackrabbit.vault.fs.api.Artifact,%20java.lang.String,%20java.lang.String,%20org.apache.jackrabbit.vault.fs.api.ArtifactType,%20javax.jcr.Property,%20int,%20long)">PropertyValueArtifact</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;relPath,
-                     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;relPath,
+                     <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,
                      javax.jcr.Property&nbsp;prop,
                      int&nbsp;index,
@@ -136,8 +136,8 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html#PropertyValueArtifact(org.apache.jackrabbit.vault.fs.api.Artifact,%20java.lang.String,%20java.lang.String,%20org.apache.jackrabbit.vault.fs.api.ArtifactType,%20javax.jcr.Property,%20long)">PropertyValueArtifact</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;relPath,
-                     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;relPath,
+                     <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,
                      javax.jcr.Property&nbsp;prop,
                      long&nbsp;lastModified)</code>&nbsp;</td>
@@ -158,10 +158,10 @@ implements <a href="../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html" title="class in org.apache.jackrabbit.vault.fs">PropertyValueArtifact</a>&gt;</code></td>
+<td class="colFirst"><code>static <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/PropertyValueArtifact.html" title="class in org.apache.jackrabbit.vault.fs">PropertyValueArtifact</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html#create(org.apache.jackrabbit.vault.fs.api.Artifact,%20java.lang.String,%20java.lang.String,%20org.apache.jackrabbit.vault.fs.api.ArtifactType,%20javax.jcr.Property,%20long)">create</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;relPath,
-      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;relPath,
+      <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,
       javax.jcr.Property&nbsp;prop,
       long&nbsp;lastModified)</code>
@@ -183,7 +183,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/PropertyValueArtifact.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>
@@ -196,7 +196,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/PropertyValueArtifact.html#getInputStream()">getInputStream</a></strong>()</code>
 <div class="block">Returns the input stream to the contents of this artifact.</div>
 </td>
@@ -237,8 +237,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">
@@ -275,8 +275,8 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>PropertyValueArtifact</h4>
 <pre>public&nbsp;PropertyValueArtifact(<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;relPath,
-                     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;relPath,
+                     <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,
                      javax.jcr.Property&nbsp;prop,
                      long&nbsp;lastModified)
@@ -292,8 +292,8 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>PropertyValueArtifact</h4>
 <pre>public&nbsp;PropertyValueArtifact(<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;relPath,
-                     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;relPath,
+                     <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,
                      javax.jcr.Property&nbsp;prop,
                      int&nbsp;index,
@@ -317,13 +317,13 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>create</h4>
-<pre>public static&nbsp;java.util.Collection&lt;<a href="../../../../../org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html" title="class in org.apache.jackrabbit.vault.fs">PropertyValueArtifact</a>&gt;&nbsp;create(<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;relPath,
-                                                 java.lang.String&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,
-                                                 javax.jcr.Property&nbsp;prop,
-                                                 long&nbsp;lastModified)
-                                                          throws javax.jcr.RepositoryException</pre>
+<pre>public static&nbsp;<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/PropertyValueArtifact.html" title="class in org.apache.jackrabbit.vault.fs">PropertyValueArtifact</a>&gt;&nbsp;create(<a href="../../../../../org/apache/jackrabbit/vault/fs/api/Artifact.html" title="interface in org.apache.jackrabbit.vault.fs.api">Artifact</a>&nbsp;parent,
+                                       <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,
+                                       <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,
+                                       javax.jcr.Property&nbsp;prop,
+                                       long&nbsp;lastModified)
+                                                throws javax.jcr.RepositoryException</pre>
 <div class="block">Creates a collection of <a href="../../../../../org/apache/jackrabbit/vault/fs/PropertyValueArtifact.html" title="class in org.apache.jackrabbit.vault.fs"><code>PropertyValueArtifact</code></a> from the given
  property. If the property is multivalued there will be an artifact
  created for each value with the value index appended to it's name.</div>
@@ -367,9 +367,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>
@@ -377,7 +377,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>
@@ -388,11 +388,11 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>detach</h4>
 <pre>public&nbsp;void&nbsp;detach()
-            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">Detaches the value from the underlying property value.</div>
 <dl><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>
@@ -403,7 +403,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>
@@ -412,7 +412,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>a input source which systemId is the path of the underlying property</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>
@@ -462,7 +462,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <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>
@@ -540,6 +540,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html?rev=1723908&r1=1723907&r2=1723908&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 Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SerializerArtifact (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>SerializerArtifact (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SerializerArtifact (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="SerializerArtifact (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.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>
@@ -476,6 +476,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html?rev=1723908&r1=1723907&r2=1723908&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 Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>VaultFileCopy (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>VaultFileCopy (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="VaultFileCopy (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="VaultFileCopy (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.fs.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()">
@@ -282,6 +282,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file