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 [39/48] - in /jackrabbit/site/live/filevault: ./ META-INF/ apidocs/ apidocs/org/apache/jackrabbit/vault/fs/ apidocs/org/apache/jackrabbit/vault/fs/api/ apidocs/org/apache/jackrabbit/vault/fs/api/class-use/ apidocs/org/apache/jackra...

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/CmdHello.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/CmdHello.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/CmdHello.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/CmdHello.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>CmdHello (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>CmdHello (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="CmdHello (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="CmdHello (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractCommand.html" title="class in org.apache.jackrabbit.vault.util.console.commands">org.apache.jackrabbit.vault.util.console.commands.AbstractCommand</a></li>
@@ -167,7 +167,7 @@ extends <a href="../../../../../../../or
          org.apache.commons.cli2.CommandLine&nbsp;cl)</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/util/console/examples/CmdHello.html#getShortDescription()">getShortDescription</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -182,8 +182,8 @@ extends <a href="../../../../../../../or
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -224,12 +224,12 @@ extends <a href="../../../../../../../or
 <h4>doExecute</h4>
 <pre>protected&nbsp;void&nbsp;doExecute(<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ExecutionContext.html" title="class in org.apache.jackrabbit.vault.util.console">ExecutionContext</a>&nbsp;ctx,
              org.apache.commons.cli2.CommandLine&nbsp;cl)
-                  throws java.lang.Exception</pre>
+                  throws <a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractCommand.html#doExecute(org.apache.jackrabbit.vault.util.console.ExecutionContext,%20org.apache.commons.cli2.CommandLine)">doExecute</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractCommand.html" title="class in org.apache.jackrabbit.vault.util.console.commands">AbstractCommand</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.Exception</code></dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
 </li>
 </ul>
 <a name="getShortDescription()">
@@ -238,7 +238,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getShortDescription</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getShortDescription()</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;getShortDescription()</pre>
 </li>
 </ul>
 <a name="createCommand()">
@@ -321,6 +321,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.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>HelloWorldApp (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>HelloWorldApp (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="HelloWorldApp (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="HelloWorldApp (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html" title="class in org.apache.jackrabbit.vault.util.console">org.apache.jackrabbit.vault.util.console.AbstractApplication</a></li>
@@ -154,7 +154,7 @@ extends <a href="../../../../../../../or
 <th class="colLast" scope="col">Method and Description</th>
 </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/util/console/examples/HelloWorldApp.html#getApplicationName()">getApplicationName</a></strong>()</code>
 <div class="block">Returns the name of this application</div>
 </td>
@@ -168,18 +168,18 @@ extends <a href="../../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.html#getDefaultContext()">getDefaultContext</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/util/console/examples/HelloWorldApp.html#getShellCommand()">getShellCommand</a></strong>()</code>
 <div class="block">Returns the name of the shell command</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/util/console/examples/HelloWorldApp.html#getSVNVersion()">getSVNVersion</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/examples/HelloWorldApp.html#main(java.lang.String[])">main</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;args)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -193,8 +193,8 @@ extends <a href="../../../../../../../or
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -233,7 +233,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getSVNVersion</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getSVNVersion()</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;getSVNVersion()</pre>
 </li>
 </ul>
 <a name="getApplicationName()">
@@ -242,7 +242,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getApplicationName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getApplicationName()</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;getApplicationName()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html#getApplicationName()">AbstractApplication</a></code></strong></div>
 <div class="block">Returns the name of this application</div>
 <dl>
@@ -257,7 +257,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getShellCommand</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getShellCommand()</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;getShellCommand()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html#getShellCommand()">AbstractApplication</a></code></strong></div>
 <div class="block">Returns the name of the shell command</div>
 <dl>
@@ -298,7 +298,7 @@ extends <a href="../../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(<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;args)</pre>
 </li>
 </ul>
 </li>
@@ -368,6 +368,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

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

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/package-frame.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/package-frame.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/package-frame.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/examples/package-frame.html Sun Jan 10 05:43:23 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.jackrabbit.vault.util.console.examples (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.util.console.examples (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

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

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

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-frame.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-frame.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-frame.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-frame.html Sun Jan 10 05:43:23 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.jackrabbit.vault.util.console (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.util.console (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-tree.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-tree.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-tree.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/package-tree.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.jackrabbit.vault.util.console Class Hierarchy (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.util.console Class Hierarchy (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.jackrabbit.vault.util.console Class Hierarchy (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="org.apache.jackrabbit.vault.util.console Class Hierarchy (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -71,7 +71,7 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.Object
+<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.jackrabbit.vault.util.console.<a href="../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html" title="class in org.apache.jackrabbit.vault.util.console"><span class="strong">AbstractApplication</span></a></li>
 <li type="circle">org.apache.jackrabbit.vault.util.console.<a href="../../../../../../org/apache/jackrabbit/vault/util/console/Console.html" title="class in org.apache.jackrabbit.vault.util.console"><span class="strong">Console</span></a></li>
@@ -80,11 +80,11 @@
 <li type="circle">org.apache.jackrabbit.vault.util.console.<a href="../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleExecutionContext.html" title="class in org.apache.jackrabbit.vault.util.console"><span class="strong">ConsoleExecutionContext</span></a></li>
 </ul>
 </li>
-<li type="circle">java.lang.Throwable (implements java.io.Serializable)
+<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">java.lang.Exception
+<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a>
 <ul>
-<li type="circle">java.lang.RuntimeException
+<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="strong">RuntimeException</span></a>
 <ul>
 <li type="circle">org.apache.jackrabbit.vault.util.console.<a href="../../../../../../org/apache/jackrabbit/vault/util/console/ExecutionException.html" title="class in org.apache.jackrabbit.vault.util.console"><span class="strong">ExecutionException</span></a></li>
 </ul>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdCd.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdCd.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdCd.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdCd.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>CmdCd (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>CmdCd (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="CmdCd (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="CmdCd (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractCommand.html" title="class in org.apache.jackrabbit.vault.util.console.commands">org.apache.jackrabbit.vault.util.console.commands.AbstractCommand</a></li>
@@ -172,7 +172,7 @@ extends <a href="../../../../../../../or
          org.apache.commons.cli2.CommandLine&nbsp;cl)</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/util/console/platform/CmdCd.html#getShortDescription()">getShortDescription</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -194,8 +194,8 @@ extends <a href="../../../../../../../or
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.jackrabbit.vault.util.console.CliCommand">
@@ -243,12 +243,12 @@ extends <a href="../../../../../../../or
 <h4>doExecute</h4>
 <pre>protected&nbsp;void&nbsp;doExecute(<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleExecutionContext.html" title="class in org.apache.jackrabbit.vault.util.console">ConsoleExecutionContext</a>&nbsp;ctx,
              org.apache.commons.cli2.CommandLine&nbsp;cl)
-                  throws java.lang.Exception</pre>
+                  throws <a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractConsoleCommand.html#doExecute(org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext,%20org.apache.commons.cli2.CommandLine)">doExecute</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractConsoleCommand.html" title="class in org.apache.jackrabbit.vault.util.console.commands">AbstractConsoleCommand</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.Exception</code></dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
 </li>
 </ul>
 <a name="getShortDescription()">
@@ -257,7 +257,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getShortDescription</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getShortDescription()</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;getShortDescription()</pre>
 </li>
 </ul>
 <a name="createCommand()">
@@ -340,6 +340,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdLs.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdLs.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdLs.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/CmdLs.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>CmdLs (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>CmdLs (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="CmdLs (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="CmdLs (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractCommand.html" title="class in org.apache.jackrabbit.vault.util.console.commands">org.apache.jackrabbit.vault.util.console.commands.AbstractCommand</a></li>
@@ -172,11 +172,11 @@ extends <a href="../../../../../../../or
          org.apache.commons.cli2.CommandLine&nbsp;cl)</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/util/console/platform/CmdLs.html#getExample()">getExample</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/util/console/platform/CmdLs.html#getShortDescription()">getShortDescription</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -198,8 +198,8 @@ extends <a href="../../../../../../../or
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.jackrabbit.vault.util.console.CliCommand">
@@ -247,12 +247,12 @@ extends <a href="../../../../../../../or
 <h4>doExecute</h4>
 <pre>protected&nbsp;void&nbsp;doExecute(<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleExecutionContext.html" title="class in org.apache.jackrabbit.vault.util.console">ConsoleExecutionContext</a>&nbsp;ctx,
              org.apache.commons.cli2.CommandLine&nbsp;cl)
-                  throws java.lang.Exception</pre>
+                  throws <a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractConsoleCommand.html#doExecute(org.apache.jackrabbit.vault.util.console.ConsoleExecutionContext,%20org.apache.commons.cli2.CommandLine)">doExecute</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/commands/AbstractConsoleCommand.html" title="class in org.apache.jackrabbit.vault.util.console.commands">AbstractConsoleCommand</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.Exception</code></dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
 </li>
 </ul>
 <a name="getShortDescription()">
@@ -261,7 +261,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getShortDescription</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getShortDescription()</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;getShortDescription()</pre>
 </li>
 </ul>
 <a name="getExample()">
@@ -270,7 +270,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getExample</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getExample()</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;getExample()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/CliCommand.html#getExample()">getExample</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/CliCommand.html" title="interface in org.apache.jackrabbit.vault.util.console">CliCommand</a></code></dd>
@@ -359,6 +359,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/PlatformFile.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>PlatformFile (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>PlatformFile (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="PlatformFile (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="PlatformFile (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.util.console.platform.PlatformFile</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">PlatformFile</span>
-extends java.lang.Object
+extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
 implements <a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a></pre>
 <div class="block"><code>PlatformFile</code>...</div>
 </li>
@@ -136,7 +136,7 @@ implements <a href="../../../../../../..
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html#PlatformFile(java.io.File)">PlatformFile</a></strong>(java.io.File&nbsp;file)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html#PlatformFile(java.io.File)">PlatformFile</a></strong>(<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;file)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -159,15 +159,15 @@ implements <a href="../../../../../../..
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html#getFile(java.lang.String,%20boolean)">getFile</a></strong>(java.lang.String&nbsp;path,
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html#getFile(java.lang.String,%20boolean)">getFile</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path,
        boolean&nbsp;mustExist)</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/util/console/platform/PlatformFile.html#getName()">getName</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/util/console/platform/PlatformFile.html#getPath()">getPath</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -175,7 +175,7 @@ implements <a href="../../../../../../..
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html#listFiles()">listFiles</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/PlatformFile.html#unwrap()">unwrap</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -183,8 +183,8 @@ implements <a href="../../../../../../..
 <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>
@@ -206,7 +206,7 @@ implements <a href="../../../../../../..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PlatformFile</h4>
-<pre>public&nbsp;PlatformFile(java.io.File&nbsp;file)</pre>
+<pre>public&nbsp;PlatformFile(<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;file)</pre>
 </li>
 </ul>
 </li>
@@ -223,7 +223,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>unwrap</h4>
-<pre>public&nbsp;java.lang.Object&nbsp;unwrap()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;unwrap()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html#unwrap()">unwrap</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a></code></dd>
@@ -236,14 +236,14 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>getFile</h4>
-<pre>public&nbsp;<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a>&nbsp;getFile(java.lang.String&nbsp;path,
+<pre>public&nbsp;<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a>&nbsp;getFile(<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,
                   boolean&nbsp;mustExist)
-                    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><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html#getFile(java.lang.String,%20boolean)">getFile</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</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="getPath()">
@@ -252,7 +252,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>getPath</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getPath()</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;getPath()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html#getPath()">getPath</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a></code></dd>
@@ -265,7 +265,7 @@ implements <a href="../../../../../../..
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getName()</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;getName()</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html#getName()">getName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a></code></dd>
@@ -279,12 +279,12 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>listFiles</h4>
 <pre>public&nbsp;<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</a>[]&nbsp;listFiles()
-                        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><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html#listFiles()">listFiles</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/ConsoleFile.html" title="interface in org.apache.jackrabbit.vault.util.console">ConsoleFile</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="allowsChildren()">
@@ -367,6 +367,6 @@ implements <a href="../../../../../../..
 <!--   -->
 </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/util/console/platform/ShellApp.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/ShellApp.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/ShellApp.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/ShellApp.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>ShellApp (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>ShellApp (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="ShellApp (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="ShellApp (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html" title="class in org.apache.jackrabbit.vault.util.console">org.apache.jackrabbit.vault.util.console.AbstractApplication</a></li>
@@ -154,7 +154,7 @@ extends <a href="../../../../../../../or
 <th class="colLast" scope="col">Method and Description</th>
 </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/util/console/platform/ShellApp.html#getApplicationName()">getApplicationName</a></strong>()</code>
 <div class="block">Returns the name of this application</div>
 </td>
@@ -168,18 +168,18 @@ extends <a href="../../../../../../../or
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/ShellApp.html#getDefaultContext()">getDefaultContext</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/util/console/platform/ShellApp.html#getShellCommand()">getShellCommand</a></strong>()</code>
 <div class="block">Returns the name of the shell command</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/util/console/platform/ShellApp.html#getSVNVersion()">getSVNVersion</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/ShellApp.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/platform/ShellApp.html#main(java.lang.String[])">main</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;args)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -193,8 +193,8 @@ extends <a href="../../../../../../../or
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-exter
 nal=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -233,7 +233,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getSVNVersion</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getSVNVersion()</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;getSVNVersion()</pre>
 </li>
 </ul>
 <a name="getApplicationName()">
@@ -242,7 +242,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getApplicationName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getApplicationName()</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;getApplicationName()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html#getApplicationName()">AbstractApplication</a></code></strong></div>
 <div class="block">Returns the name of this application</div>
 <dl>
@@ -257,7 +257,7 @@ extends <a href="../../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getShellCommand</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getShellCommand()</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;getShellCommand()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html#getShellCommand()">AbstractApplication</a></code></strong></div>
 <div class="block">Returns the name of the shell command</div>
 <dl>
@@ -298,7 +298,7 @@ extends <a href="../../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>main</h4>
-<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre>
+<pre>public static&nbsp;void&nbsp;main(<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;args)</pre>
 </li>
 </ul>
 </li>
@@ -368,6 +368,6 @@ extends <a href="../../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

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

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

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

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-frame.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-frame.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-frame.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-frame.html Sun Jan 10 05:43:23 2016
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.jackrabbit.vault.util.console.platform (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.util.console.platform (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-tree.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-tree.html?rev=1723908&r1=1723907&r2=1723908&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-tree.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/console/platform/package-tree.html Sun Jan 10 05:43:23 2016
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.jackrabbit.vault.util.console.platform Class Hierarchy (Apache Jackrabbit FileVault 3.1.24 API)</title>
+<title>org.apache.jackrabbit.vault.util.console.platform Class Hierarchy (Apache Jackrabbit FileVault 3.1.26 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.jackrabbit.vault.util.console.platform Class Hierarchy (Apache Jackrabbit FileVault 3.1.24 API)";
+        parent.document.title="org.apache.jackrabbit.vault.util.console.platform Class Hierarchy (Apache Jackrabbit FileVault 3.1.26 API)";
     }
 //-->
 </script>
@@ -71,7 +71,7 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.Object
+<li type="circle">java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
 <li type="circle">org.apache.jackrabbit.vault.util.console.<a href="../../../../../../../org/apache/jackrabbit/vault/util/console/AbstractApplication.html" title="class in org.apache.jackrabbit.vault.util.console"><span class="strong">AbstractApplication</span></a>
 <ul>
@@ -138,6 +138,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