You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2014/12/20 02:39:41 UTC

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

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageManager.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageManager.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageManager.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageManager.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PackageManager (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>PackageManager (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PackageManager (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="PackageManager (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -155,7 +155,7 @@
 <td class="colFirst"><code><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#assemble(javax.jcr.Session,%20org.apache.jackrabbit.vault.packaging.ExportOptions,%20java.io.File)">assemble</a></strong>(javax.jcr.Session&nbsp;s,
         <a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
-        java.io.File&nbsp;file)</code>
+        <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>
 <div class="block">Assembles a package using the given meta information and file to
  store to.</div>
 </td>
@@ -164,19 +164,19 @@
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#assemble(javax.jcr.Session,%20org.apache.jackrabbit.vault.packaging.ExportOptions,%20java.io.OutputStream)">assemble</a></strong>(javax.jcr.Session&nbsp;s,
         <a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
-        java.io.OutputStream&nbsp;out)</code>
+        <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">Assembles a package using the given meta information.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#open(java.io.File)">open</a></strong>(java.io.File&nbsp;file)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#open(java.io.File)">open</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>
 <div class="block">Opens the given file and creates a package</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#open(java.io.File,%20boolean)">open</a></strong>(java.io.File&nbsp;file,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#open(java.io.File,%20boolean)">open</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,
     boolean&nbsp;strict)</code>
 <div class="block">Opens the given file and creates a package</div>
 </td>
@@ -185,7 +185,7 @@
 <td class="colFirst"><code><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#rewrap(org.apache.jackrabbit.vault.packaging.ExportOptions,%20org.apache.jackrabbit.vault.packaging.VaultPackage,%20java.io.File)">rewrap</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
       <a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;src,
-      java.io.File&nbsp;file)</code>
+      <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>
 <div class="block">Re-wraps a package using the given meta information and file to
  store to.</div>
 </td>
@@ -194,7 +194,7 @@
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageManager.html#rewrap(org.apache.jackrabbit.vault.packaging.ExportOptions,%20org.apache.jackrabbit.vault.packaging.VaultPackage,%20java.io.OutputStream)">rewrap</a></strong>(<a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
       <a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;src,
-      java.io.OutputStream&nbsp;out)</code>
+      <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">Re-wraps the given package with the definition provided in the export
  options.</div>
 </td>
@@ -220,13 +220,13 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>open</h4>
-<pre><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;open(java.io.File&nbsp;file)
-                  throws java.io.IOException</pre>
+<pre><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;open(<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)
+                  throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Opens the given file and creates a package</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the package</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an error occurrs</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 error occurrs</dd></dl>
 </li>
 </ul>
 <a name="open(java.io.File, boolean)">
@@ -235,14 +235,14 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>open</h4>
-<pre><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;open(java.io.File&nbsp;file,
+<pre><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;open(<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,
                 boolean&nbsp;strict)
-                  throws java.io.IOException</pre>
+                  throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Opens the given file and creates a package</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd><dd><code>strict</code> - if <code>true</code> the import is more strict in respect to errors.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the package</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an error occurrs</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 error occurrs</dd></dl>
 </li>
 </ul>
 <a name="assemble(javax.jcr.Session, org.apache.jackrabbit.vault.packaging.ExportOptions, java.io.File)">
@@ -253,17 +253,17 @@
 <h4>assemble</h4>
 <pre><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;assemble(javax.jcr.Session&nbsp;s,
                     <a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
-                    java.io.File&nbsp;file)
-                      throws java.io.IOException,
+                    <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)
+                      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">Assembles a package using the given meta information and file to
  store to. if file is <code>null</code> a temp file is generated.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>s</code> - the repository session</dd><dd><code>opts</code> - export options</dd><dd><code>file</code> - the file to write to</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the newly created vault package</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 during building occurs.</dd>
-<dd><code>java.lang.IllegalStateException</code> - if the package is not new.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the package is not new.</dd></dl>
 </li>
 </ul>
 <a name="assemble(javax.jcr.Session, org.apache.jackrabbit.vault.packaging.ExportOptions, java.io.OutputStream)">
@@ -274,16 +274,16 @@
 <h4>assemble</h4>
 <pre>void&nbsp;assemble(javax.jcr.Session&nbsp;s,
             <a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
-            java.io.OutputStream&nbsp;out)
-              throws java.io.IOException,
+            <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">Assembles a package using the given meta information. The package
  is directly streamed to the given output stream.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>s</code> - the repository session</dd><dd><code>opts</code> - the export options</dd><dd><code>out</code> - the output stream to write 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 during building occurs.</dd>
-<dd><code>java.lang.IllegalStateException</code> - if the package is not new.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the package is not new.</dd></dl>
 </li>
 </ul>
 <a name="rewrap(org.apache.jackrabbit.vault.packaging.ExportOptions, org.apache.jackrabbit.vault.packaging.VaultPackage, java.io.File)">
@@ -294,17 +294,17 @@
 <h4>rewrap</h4>
 <pre><a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;rewrap(<a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
                   <a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;src,
-                  java.io.File&nbsp;file)
-                    throws java.io.IOException,
+                  <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)
+                    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">Re-wraps a package using the given meta information and file to
  store to. if file is <code>null</code> a temp file is generated.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>opts</code> - export options</dd><dd><code>src</code> - source package</dd><dd><code>file</code> - the file to write to</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the newly created vault package</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 during building occurs.</dd>
-<dd><code>java.lang.IllegalStateException</code> - if the package is not new.</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the package is not new.</dd></dl>
 </li>
 </ul>
 <a name="rewrap(org.apache.jackrabbit.vault.packaging.ExportOptions, org.apache.jackrabbit.vault.packaging.VaultPackage, java.io.OutputStream)">
@@ -315,13 +315,13 @@
 <h4>rewrap</h4>
 <pre>void&nbsp;rewrap(<a href="../../../../../org/apache/jackrabbit/vault/packaging/ExportOptions.html" title="class in org.apache.jackrabbit.vault.packaging">ExportOptions</a>&nbsp;opts,
           <a href="../../../../../org/apache/jackrabbit/vault/packaging/VaultPackage.html" title="interface in org.apache.jackrabbit.vault.packaging">VaultPackage</a>&nbsp;src,
-          java.io.OutputStream&nbsp;out)
-            throws java.io.IOException</pre>
+          <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></pre>
 <div class="block">Re-wraps the given package with the definition provided in the export
  options.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>opts</code> - export options</dd><dd><code>src</code> - source package</dd><dd><code>out</code> - destination output stream</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - if an I/O error occurs</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an I/O error occurs</dd></dl>
 </li>
 </ul>
 </li>
@@ -393,4 +393,4 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageProperties.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageProperties.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageProperties.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackageProperties.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PackageProperties (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>PackageProperties (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PackageProperties (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="PackageProperties (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -115,117 +115,117 @@
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_AC_HANDLING">NAME_AC_HANDLING</a></strong></code>
 <div class="block">Name of the 'acHandling' by meta-inf property.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_BUILD_COUNT">NAME_BUILD_COUNT</a></strong></code>
 <div class="block">Name of the build count meta-inf property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_CND_PATTERN">NAME_CND_PATTERN</a></strong></code>
 <div class="block">Name of the 'cndPattern' by meta-inf property.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_CREATED">NAME_CREATED</a></strong></code>
 <div class="block">Name of the created meta-inf property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_CREATED_BY">NAME_CREATED_BY</a></strong></code>
 <div class="block">Name of the created by meta-inf property</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_DEPENDENCIES">NAME_DEPENDENCIES</a></strong></code>
 <div class="block">Name of the dependencies meta-inf property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_DESCRIPTION">NAME_DESCRIPTION</a></strong></code>
 <div class="block">Name of the description meta-inf property</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_DISABLE_INTERMEDIATE_SAVE">NAME_DISABLE_INTERMEDIATE_SAVE</a></strong></code>
 <div class="block">Name of the flag that indicates to disable intermediate saves.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_GROUP">NAME_GROUP</a></strong></code>
 <div class="block">Name of the group property</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_LAST_MODIFIED">NAME_LAST_MODIFIED</a></strong></code>
 <div class="block">Name of the last modified meta-inf property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_LAST_MODIFIED_BY">NAME_LAST_MODIFIED_BY</a></strong></code>
 <div class="block">Name of the last modified by meta-inf property</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_LAST_WRAPPED">NAME_LAST_WRAPPED</a></strong></code>
 <div class="block">Name of the last wrapped meta-inf property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_LAST_WRAPPED_BY">NAME_LAST_WRAPPED_BY</a></strong></code>
 <div class="block">Name of the last wrapped by meta-inf property</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_NAME">NAME_NAME</a></strong></code>
 <div class="block">Name of the 'name' property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_REQUIRES_RESTART">NAME_REQUIRES_RESTART</a></strong></code>
 <div class="block">Name of the flag that indicates that the system needs a restart after
  package extraction.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_REQUIRES_ROOT">NAME_REQUIRES_ROOT</a></strong></code>
 <div class="block">Name of the flag that indicates in only admin sessions
  can extract this package.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_SUB_PACKAGE_HANDLING">NAME_SUB_PACKAGE_HANDLING</a></strong></code>
 <div class="block">Name of the flag that configures the sub package handling</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#NAME_VERSION">NAME_VERSION</a></strong></code>
 <div class="block">Name of the version meta-inf property</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <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/packaging/PackageProperties.html#PREFIX_INSTALL_HOOK">PREFIX_INSTALL_HOOK</a></strong></code>
 <div class="block">the prefix for an install hook property.</div>
 </td>
@@ -252,20 +252,20 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Calendar</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageProperties.html#getCreated()">getCreated</a></strong>()</code>
 <div class="block">Returns the date when this package was built or <code>null</code> if n/a.</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/packaging/PackageProperties.html#getCreatedBy()">getCreatedBy</a></strong>()</code>
 <div class="block">Returns the user that built this package or null if n/a.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Calendar</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageProperties.html#getDateProperty(java.lang.String)">getDateProperty</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageProperties.html#getDateProperty(java.lang.String)">getDateProperty</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the date property with the given name or <code>null</code> if it does not exist or if the value cannot be
  converted to a date.</div>
 </td>
@@ -277,7 +277,7 @@
 </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/packaging/PackageProperties.html#getDescription()">getDescription</a></strong>()</code>
 <div class="block">Returns a description of this package or <code>null</code> if n/a</div>
 </td>
@@ -290,32 +290,32 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Calendar</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageProperties.html#getLastModified()">getLastModified</a></strong>()</code>
 <div class="block">Returns the last modification date or <code>null</code> if n/a.</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/packaging/PackageProperties.html#getLastModifiedBy()">getLastModifiedBy</a></strong>()</code>
 <div class="block">Returns the user that last modified the package or <code>null</code> if n/a.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.Calendar</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageProperties.html#getLastWrapped()">getLastWrapped</a></strong>()</code>
 <div class="block">Returns the date when this package was wrapped or <code>null</code> if n/a.</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/packaging/PackageProperties.html#getLastWrappedBy()">getLastWrappedBy</a></strong>()</code>
 <div class="block">Returns the user that wrapped this package or null if n/a.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageProperties.html#getProperty(java.lang.String)">getProperty</a></strong>(java.lang.String&nbsp;name)</code>
+<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/packaging/PackageProperties.html#getProperty(java.lang.String)">getProperty</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the property with the given name or <code>null</code> if it does not exist.</div>
 </td>
 </tr>
@@ -353,7 +353,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_LAST_MODIFIED</h4>
-<pre>static final&nbsp;java.lang.String NAME_LAST_MODIFIED</pre>
+<pre>static final&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> NAME_LAST_MODIFIED</pre>
 <div class="block">Name of the last modified meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_LAST_MODIFIED">Constant Field Values</a></dd></dl>
 </li>
@@ -364,7 +364,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_LAST_MODIFIED_BY</h4>
-<pre>static final&nbsp;java.lang.String NAME_LAST_MODIFIED_BY</pre>
+<pre>static final&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> NAME_LAST_MODIFIED_BY</pre>
 <div class="block">Name of the last modified by meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_LAST_MODIFIED_BY">Constant Field Values</a></dd></dl>
 </li>
@@ -375,7 +375,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_GROUP</h4>
-<pre>static final&nbsp;java.lang.String NAME_GROUP</pre>
+<pre>static final&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> NAME_GROUP</pre>
 <div class="block">Name of the group property</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.2</dd>
@@ -388,7 +388,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_NAME</h4>
-<pre>static final&nbsp;java.lang.String NAME_NAME</pre>
+<pre>static final&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> NAME_NAME</pre>
 <div class="block">Name of the 'name' property</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.2</dd>
@@ -401,7 +401,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_BUILD_COUNT</h4>
-<pre>static final&nbsp;java.lang.String NAME_BUILD_COUNT</pre>
+<pre>static final&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> NAME_BUILD_COUNT</pre>
 <div class="block">Name of the build count meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_BUILD_COUNT">Constant Field Values</a></dd></dl>
 </li>
@@ -412,7 +412,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_VERSION</h4>
-<pre>static final&nbsp;java.lang.String NAME_VERSION</pre>
+<pre>static final&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> NAME_VERSION</pre>
 <div class="block">Name of the version meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_VERSION">Constant Field Values</a></dd></dl>
 </li>
@@ -423,7 +423,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_DEPENDENCIES</h4>
-<pre>static final&nbsp;java.lang.String NAME_DEPENDENCIES</pre>
+<pre>static final&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> NAME_DEPENDENCIES</pre>
 <div class="block">Name of the dependencies meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_DEPENDENCIES">Constant Field Values</a></dd></dl>
 </li>
@@ -434,7 +434,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_CREATED</h4>
-<pre>static final&nbsp;java.lang.String NAME_CREATED</pre>
+<pre>static final&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> NAME_CREATED</pre>
 <div class="block">Name of the created meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_CREATED">Constant Field Values</a></dd></dl>
 </li>
@@ -445,7 +445,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_CREATED_BY</h4>
-<pre>static final&nbsp;java.lang.String NAME_CREATED_BY</pre>
+<pre>static final&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> NAME_CREATED_BY</pre>
 <div class="block">Name of the created by meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_CREATED_BY">Constant Field Values</a></dd></dl>
 </li>
@@ -456,7 +456,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_LAST_WRAPPED</h4>
-<pre>static final&nbsp;java.lang.String NAME_LAST_WRAPPED</pre>
+<pre>static final&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> NAME_LAST_WRAPPED</pre>
 <div class="block">Name of the last wrapped meta-inf property</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.2.22</dd>
@@ -469,7 +469,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_LAST_WRAPPED_BY</h4>
-<pre>static final&nbsp;java.lang.String NAME_LAST_WRAPPED_BY</pre>
+<pre>static final&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> NAME_LAST_WRAPPED_BY</pre>
 <div class="block">Name of the last wrapped by meta-inf property</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.2.22</dd>
@@ -482,7 +482,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_AC_HANDLING</h4>
-<pre>static final&nbsp;java.lang.String NAME_AC_HANDLING</pre>
+<pre>static final&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> NAME_AC_HANDLING</pre>
 <div class="block">Name of the 'acHandling' by meta-inf property.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/jackrabbit/vault/fs/io/AccessControlHandling.html" title="enum in org.apache.jackrabbit.vault.fs.io"><code>AccessControlHandling</code></a>, 
 <a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_AC_HANDLING">Constant Field Values</a></dd></dl>
@@ -494,7 +494,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_CND_PATTERN</h4>
-<pre>static final&nbsp;java.lang.String NAME_CND_PATTERN</pre>
+<pre>static final&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> NAME_CND_PATTERN</pre>
 <div class="block">Name of the 'cndPattern' by meta-inf property.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.3.12</dd>
@@ -507,7 +507,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_DESCRIPTION</h4>
-<pre>static final&nbsp;java.lang.String NAME_DESCRIPTION</pre>
+<pre>static final&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> NAME_DESCRIPTION</pre>
 <div class="block">Name of the description meta-inf property</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_DESCRIPTION">Constant Field Values</a></dd></dl>
 </li>
@@ -518,7 +518,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_REQUIRES_ROOT</h4>
-<pre>static final&nbsp;java.lang.String NAME_REQUIRES_ROOT</pre>
+<pre>static final&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> NAME_REQUIRES_ROOT</pre>
 <div class="block">Name of the flag that indicates in only admin sessions
  can extract this package.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_REQUIRES_ROOT">Constant Field Values</a></dd></dl>
@@ -530,7 +530,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_REQUIRES_RESTART</h4>
-<pre>static final&nbsp;java.lang.String NAME_REQUIRES_RESTART</pre>
+<pre>static final&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> NAME_REQUIRES_RESTART</pre>
 <div class="block">Name of the flag that indicates that the system needs a restart after
  package extraction.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_REQUIRES_RESTART">Constant Field Values</a></dd></dl>
@@ -542,7 +542,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_DISABLE_INTERMEDIATE_SAVE</h4>
-<pre>static final&nbsp;java.lang.String NAME_DISABLE_INTERMEDIATE_SAVE</pre>
+<pre>static final&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> NAME_DISABLE_INTERMEDIATE_SAVE</pre>
 <div class="block">Name of the flag that indicates to disable intermediate saves.</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.NAME_DISABLE_INTERMEDIATE_SAVE">Constant Field Values</a></dd></dl>
 </li>
@@ -553,7 +553,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>NAME_SUB_PACKAGE_HANDLING</h4>
-<pre>static final&nbsp;java.lang.String NAME_SUB_PACKAGE_HANDLING</pre>
+<pre>static final&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> NAME_SUB_PACKAGE_HANDLING</pre>
 <div class="block">Name of the flag that configures the sub package handling</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>3.1</dd>
@@ -566,7 +566,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PREFIX_INSTALL_HOOK</h4>
-<pre>static final&nbsp;java.lang.String PREFIX_INSTALL_HOOK</pre>
+<pre>static final&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> PREFIX_INSTALL_HOOK</pre>
 <div class="block">the prefix for an install hook property. eg:
  'installhook.test1.class = ....'</div>
 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.jackrabbit.vault.packaging.PackageProperties.PREFIX_INSTALL_HOOK">Constant Field Values</a></dd></dl>
@@ -598,7 +598,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getLastModified</h4>
-<pre>java.util.Calendar&nbsp;getLastModified()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;getLastModified()</pre>
 <div class="block">Returns the last modification date or <code>null</code> if n/a.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>last modification date or <code>null</code></dd></dl>
 </li>
@@ -609,7 +609,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getLastModifiedBy</h4>
-<pre>java.lang.String&nbsp;getLastModifiedBy()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLastModifiedBy()</pre>
 <div class="block">Returns the user that last modified the package or <code>null</code> if n/a.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the user or <code>null</code></dd></dl>
 </li>
@@ -620,7 +620,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getCreated</h4>
-<pre>java.util.Calendar&nbsp;getCreated()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;getCreated()</pre>
 <div class="block">Returns the date when this package was built or <code>null</code> if n/a.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the creation date</dd></dl>
 </li>
@@ -631,7 +631,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getCreatedBy</h4>
-<pre>java.lang.String&nbsp;getCreatedBy()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getCreatedBy()</pre>
 <div class="block">Returns the user that built this package or null if n/a.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the creator</dd></dl>
 </li>
@@ -642,7 +642,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getLastWrapped</h4>
-<pre>java.util.Calendar&nbsp;getLastWrapped()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;getLastWrapped()</pre>
 <div class="block">Returns the date when this package was wrapped or <code>null</code> if n/a.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the wrapped date</dd><dt><span class="strong">Since:</span></dt>
   <dd>2.2.22</dd></dl>
@@ -654,7 +654,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getLastWrappedBy</h4>
-<pre>java.lang.String&nbsp;getLastWrappedBy()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLastWrappedBy()</pre>
 <div class="block">Returns the user that wrapped this package or null if n/a.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the wrapper</dd><dt><span class="strong">Since:</span></dt>
   <dd>2.2.22</dd></dl>
@@ -666,7 +666,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getDescription</h4>
-<pre>java.lang.String&nbsp;getDescription()</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDescription()</pre>
 <div class="block">Returns a description of this package or <code>null</code> if n/a</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>a description</dd></dl>
 </li>
@@ -722,7 +722,7 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>getDateProperty</h4>
-<pre>java.util.Calendar&nbsp;getDateProperty(java.lang.String&nbsp;name)</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a>&nbsp;getDateProperty(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the date property with the given name or <code>null</code> if it does not exist or if the value cannot be
  converted to a date.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the property name</dd>
@@ -735,7 +735,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getProperty</h4>
-<pre>java.lang.String&nbsp;getProperty(java.lang.String&nbsp;name)</pre>
+<pre><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProperty(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the property with the given name or <code>null</code> if it does not exist.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the property name</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the property value or <code>null</code></dd></dl>
@@ -810,4 +810,4 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/Packaging.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/Packaging.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/Packaging.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/Packaging.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Packaging (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>Packaging (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Packaging (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="Packaging (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -277,4 +277,4 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackagingService.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackagingService.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackagingService.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/PackagingService.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PackagingService (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>PackagingService (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PackagingService (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="PackagingService (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.packaging.PackagingService</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">PackagingService</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">Default access point to package managers for non OSGi clients.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>2.0</dd></dl>
@@ -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>
@@ -328,4 +328,4 @@ extends java.lang.Object</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SubPackageHandling.Entry (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>SubPackageHandling.Entry (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SubPackageHandling.Entry (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="SubPackageHandling.Entry (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.packaging.SubPackageHandling.Entry</li>
@@ -100,7 +100,7 @@
 <hr>
 <br>
 <pre>public static class <span class="strong">SubPackageHandling.Entry</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>
 </li>
 </ul>
 </div>
@@ -119,8 +119,8 @@ extends java.lang.Object</pre>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html#SubPackageHandling.Entry(java.lang.String,%20java.lang.String,%20org.apache.jackrabbit.vault.packaging.SubPackageHandling.Option)">SubPackageHandling.Entry</a></strong>(java.lang.String&nbsp;groupName,
-                        java.lang.String&nbsp;packageName,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html#SubPackageHandling.Entry(java.lang.String,%20java.lang.String,%20org.apache.jackrabbit.vault.packaging.SubPackageHandling.Option)">SubPackageHandling.Entry</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;groupName,
+                        <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;packageName,
                         <a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&nbsp;option)</code>&nbsp;</td>
 </tr>
 </table>
@@ -139,7 +139,7 @@ extends java.lang.Object</pre>
 <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/packaging/SubPackageHandling.Entry.html#getGroupName()">getGroupName</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -147,7 +147,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html#getOption()">getOption</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html#getPackageName()">getPackageName</a></strong>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -155,8 +155,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>
@@ -178,8 +178,8 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SubPackageHandling.Entry</h4>
-<pre>public&nbsp;SubPackageHandling.Entry(java.lang.String&nbsp;groupName,
-                        java.lang.String&nbsp;packageName,
+<pre>public&nbsp;SubPackageHandling.Entry(<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;groupName,
+                        <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;packageName,
                         <a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&nbsp;option)</pre>
 </li>
 </ul>
@@ -197,7 +197,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getGroupName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getGroupName()</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;getGroupName()</pre>
 </li>
 </ul>
 <a name="getPackageName()">
@@ -206,7 +206,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getPackageName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getPackageName()</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;getPackageName()</pre>
 </li>
 </ul>
 <a name="getOption()">
@@ -287,4 +287,4 @@ extends java.lang.Object</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SubPackageHandling.Option (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>SubPackageHandling.Option (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SubPackageHandling.Option (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="SubPackageHandling.Option (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,10 +83,10 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li>java.lang.Enum&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&gt;</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&gt;</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.packaging.SubPackageHandling.Option</li>
@@ -100,7 +100,7 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&gt;</dd>
+<dd><a href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&gt;</dd>
 </dl>
 <dl>
 <dt>Enclosing class:</dt>
@@ -109,7 +109,7 @@
 <hr>
 <br>
 <pre>public static enum <span class="strong">SubPackageHandling.Option</span>
-extends java.lang.Enum&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&gt;</pre>
+extends <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&gt;</pre>
 <div class="block">The sub package option</div>
 </li>
 </ul>
@@ -165,7 +165,7 @@ extends java.lang.Enum&lt;<a href="../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </td>
 </tr>
@@ -181,15 +181,15 @@ the order they are declared.</div>
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
-<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.ht
 ml?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -276,7 +276,7 @@ for (SubPackageHandling.Option c : SubPa
 <ul class="blockListLast">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Option.html" title="enum in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Option</a>&nbsp;valueOf(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -284,8 +284,8 @@ not permitted.)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
-<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
+<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
 </li>
 </ul>
 </li>
@@ -357,4 +357,4 @@ not permitted.)</div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.html?rev=1646913&r1=1646912&r2=1646913&view=diff
==============================================================================
--- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.html (original)
+++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/packaging/SubPackageHandling.html Sat Dec 20 01:39:36 2014
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SubPackageHandling (Apache Jackrabbit FileVault 3.1.8 API)</title>
+<title>SubPackageHandling (Apache Jackrabbit FileVault 3.1.14 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SubPackageHandling (Apache Jackrabbit FileVault 3.1.8 API)";
+        parent.document.title="SubPackageHandling (Apache Jackrabbit FileVault 3.1.14 API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.jackrabbit.vault.packaging.SubPackageHandling</li>
@@ -96,7 +96,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">SubPackageHandling</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">The sub package handling specifies how sub package are handled during recursive package installation. This
  configuration consists of a list of <a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html" title="class in org.apache.jackrabbit.vault.packaging"><code>SubPackageHandling.Entry</code></a>s that
  match against a given <a href="../../../../../org/apache/jackrabbit/vault/packaging/PackageId.html" title="class in org.apache.jackrabbit.vault.packaging"><code>PackageId</code></a>. The version of the package id is
@@ -198,12 +198,12 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.html#fromString(java.lang.String)">fromString</a></strong>(java.lang.String&nbsp;str)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.html#fromString(java.lang.String)">fromString</a></strong>(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</code>
 <div class="block">Parses a options string as described above and returns a new SubPackageHandling instance.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Entry</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Entry</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.html#getEntries()">getEntries</a></strong>()</code>
 <div class="block">Returns the modifiable list of entries.</div>
 </td>
@@ -215,7 +215,7 @@ extends java.lang.Object</pre>
 </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/packaging/SubPackageHandling.html#getString()">getString</a></strong>()</code>
 <div class="block">Returns the parseable string representation of this configuration.</div>
 </td>
@@ -225,8 +225,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>
@@ -283,7 +283,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>fromString</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling</a>&nbsp;fromString(java.lang.String&nbsp;str)</pre>
+<pre>public static&nbsp;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling</a>&nbsp;fromString(<a href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</pre>
 <div class="block">Parses a options string as described above and returns a new SubPackageHandling instance.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>str</code> - the string to parse</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the configuration or <code>null</code> if the string is malformed.</dd></dl>
@@ -308,7 +308,7 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getEntries</h4>
-<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Entry</a>&gt;&nbsp;getEntries()</pre>
+<pre>public&nbsp;<a href="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/jackrabbit/vault/packaging/SubPackageHandling.Entry.html" title="class in org.apache.jackrabbit.vault.packaging">SubPackageHandling.Entry</a>&gt;&nbsp;getEntries()</pre>
 <div class="block">Returns the modifiable list of entries.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the list of entries</dd></dl>
 </li>
@@ -319,7 +319,7 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getString</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getString()</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;getString()</pre>
 <div class="block">Returns the parseable string representation of this configuration.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the string representation.</dd></dl>
 </li>
@@ -393,4 +393,4 @@ extends java.lang.Object</pre>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>