Return-Path: X-Original-To: apmail-jackrabbit-commits-archive@www.apache.org Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCC581849C for ; Sun, 10 Jan 2016 05:43:50 +0000 (UTC) Received: (qmail 33319 invoked by uid 500); 10 Jan 2016 05:43:50 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 33262 invoked by uid 500); 10 Jan 2016 05:43:50 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 33252 invoked by uid 99); 10 Jan 2016 05:43:50 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jan 2016 05:43:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 05942C29AA for ; Sun, 10 Jan 2016 05:43:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.8 X-Spam-Level: * X-Spam-Status: No, score=1.8 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 1NHA-D6Y5dx8 for ; Sun, 10 Jan 2016 05:43:40 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 2E23E31AC9 for ; Sun, 10 Jan 2016 05:43:39 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 444B2E4893 for ; Sun, 10 Jan 2016 05:43:37 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4453F3A2334 for ; Sun, 10 Jan 2016 05:43:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1723908 [16/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... Date: Sun, 10 Jan 2016 05:43:32 -0000 To: commits@jackrabbit.apache.org From: tripod@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160110054337.4453F3A2334@svn01-us-west.apache.org> Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AbstractExporter.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AbstractExporter.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AbstractExporter.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AbstractExporter.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -AbstractExporter (Apache Jackrabbit FileVault 3.1.24 API) +AbstractExporter (Apache Jackrabbit FileVault 3.1.26 API) @@ -83,7 +83,7 @@
@@ -364,8 +364,8 @@ extends java.lang.Object
  • setProperty

    -
    public void setProperty(java.lang.String name,
    -               java.lang.String value)
    +
    public void setProperty(String name,
    +               String value)
@@ -374,8 +374,8 @@ extends java.lang.Object @@ -384,7 +384,7 @@ extends java.lang.Object @@ -393,7 +393,7 @@ extends java.lang.Object @@ -402,7 +402,7 @@ extends java.lang.Object @@ -453,12 +453,12 @@ extends java.lang.Object

export

public void export(VaultFile parent)
             throws javax.jcr.RepositoryException,
-                   java.io.IOException
+ IOException
Exports the given vault file and writes the META-INF data.
Parameters:
parent - the vault file
Throws:
javax.jcr.RepositoryException - if an error occurs
-
java.io.IOException - if an I/O error occurs
+
IOException - if an I/O error occurs
@@ -470,12 +470,12 @@ extends java.lang.Object
public void export(VaultFile parent,
           boolean noClose)
             throws javax.jcr.RepositoryException,
-                   java.io.IOException
+ IOException
Exports the given vault file and writes the META-INF data.
Parameters:
parent - the vault file
noClose - if true exporter will not be closed after export
Throws:
javax.jcr.RepositoryException - if an error occurs
-
java.io.IOException - if an I/O error occurs
+
IOException - if an I/O error occurs
@@ -485,14 +485,14 @@ extends java.lang.Object
  • export

    public void export(VaultFile parent,
    -          java.lang.String relPath)
    +          String relPath)
                 throws javax.jcr.RepositoryException,
    -                   java.io.IOException
    + IOException
    Exports the vault file to the relative path.
    Parameters:
    parent - the file
    relPath - the path
    Throws:
    javax.jcr.RepositoryException - if an error occurs
    -
    java.io.IOException - if an I/O error occurs
    +
    IOException - if an I/O error occurs
  • @@ -501,8 +501,8 @@ extends java.lang.Object @@ -511,8 +511,8 @@ extends java.lang.Object @@ -521,8 +521,8 @@ extends java.lang.Object @@ -532,11 +532,11 @@ extends java.lang.Object
  • open

    public abstract void open()
    -                   throws java.io.IOException,
    +                   throws IOException,
                               javax.jcr.RepositoryException
    Opens the exporter and initializes the undelying structures.
    Throws:
    -
    java.io.IOException - if an I/O error occurs
    +
    IOException - if an I/O error occurs
    javax.jcr.RepositoryException - if a repository error occurs
  • @@ -547,11 +547,11 @@ extends java.lang.Object
  • close

    public abstract void close()
    -                    throws java.io.IOException,
    +                    throws IOException,
                                javax.jcr.RepositoryException
    Closes the exporter and releases the undelying structures.
    Throws:
    -
    java.io.IOException - if an I/O error occurs
    +
    IOException - if an I/O error occurs
    javax.jcr.RepositoryException - if a repository error occurs
  • @@ -561,10 +561,10 @@ extends java.lang.Object
    • createDirectory

      -
      public abstract void createDirectory(java.lang.String relPath)
      -                              throws java.io.IOException
      +
      public abstract void createDirectory(String relPath)
      +                              throws IOException
      Throws:
      -
      java.io.IOException
      +
      IOException
    @@ -574,12 +574,12 @@ extends java.lang.Object
  • createDirectory

    public abstract void createDirectory(VaultFile file,
    -                   java.lang.String relPath)
    +                   String relPath)
                                   throws javax.jcr.RepositoryException,
    -                                     java.io.IOException
    + IOException
    Throws:
    javax.jcr.RepositoryException
    -
    java.io.IOException
    +
    IOException
  • @@ -588,11 +588,11 @@ extends java.lang.Object @@ -602,12 +602,12 @@ extends java.lang.Object
  • writeFile

    public abstract void writeFile(VaultFile file,
    -             java.lang.String relPath)
    +             String relPath)
                             throws javax.jcr.RepositoryException,
    -                               java.io.IOException
    + IOException
    Throws:
    javax.jcr.RepositoryException
    -
    java.io.IOException
    +
    IOException
  • @@ -677,6 +677,6 @@ extends java.lang.Object
    -

    Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

    +

    Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

    \ No newline at end of file Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AccessControlHandling.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AccessControlHandling.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AccessControlHandling.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AccessControlHandling.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -AccessControlHandling (Apache Jackrabbit FileVault 3.1.24 API) +AccessControlHandling (Apache Jackrabbit FileVault 3.1.26 API) @@ -83,10 +83,10 @@
  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -345,7 +345,7 @@ for (AccessControlHandling c : AccessCon
    • valueOf

      -
      public static AccessControlHandling valueOf(java.lang.String name)
      +
      public static AccessControlHandling valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -353,8 +353,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      -
      java.lang.NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
    @@ -424,6 +424,6 @@ not permitted.) -

    Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

    +

    Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

    \ No newline at end of file Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.Entry.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.Entry.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.Entry.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.Entry.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -Archive.Entry (Apache Jackrabbit FileVault 3.1.24 API) +Archive.Entry (Apache Jackrabbit FileVault 3.1.26 API) @@ -113,18 +113,18 @@ Archive.Entry -getChild(java.lang.String name) +getChild(String name)
    Returns the child entry with the given name.
    -java.util.Collection<? extends Archive.Entry> +Collection<? extends Archive.Entry> getChildren()
    Returns a collection of child entries.
    -java.lang.String +String getName()
    Returns the (file) name of the entry
    @@ -156,7 +156,7 @@
    • getName

      -
      java.lang.String getName()
      +
      String getName()
      Returns the (file) name of the entry
      Returns:
      the name
    • @@ -178,7 +178,7 @@
      • getChildren

        -
        java.util.Collection<? extends Archive.Entry> getChildren()
        +
        Collection<? extends Archive.Entry> getChildren()
        Returns a collection of child entries.
        Returns:
        a collection of child entries.
      • @@ -189,7 +189,7 @@
        • getChild

          -
          Archive.Entry getChild(java.lang.String name)
          +
          Archive.Entry getChild(String name)
          Returns the child entry with the given name.
          Parameters:
          name - name of the child entry
          Returns:
          the entry or null if does not exist.
          @@ -262,6 +262,6 @@ -

          Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

          +

          Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

          \ No newline at end of file Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/Archive.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -Archive (Apache Jackrabbit FileVault 3.1.24 API) +Archive (Apache Jackrabbit FileVault 3.1.26 API) @@ -140,7 +140,7 @@ Archive.Entry -getEntry(java.lang.String path) +getEntry(String path)
          Returns the entry specified by path.
          @@ -170,7 +170,7 @@ Archive -getSubArchive(java.lang.String root, +getSubArchive(String root, boolean asJcrRoot)
          Returns a sub archive that is rooted at the given path.
          @@ -182,7 +182,7 @@ -java.io.InputStream +InputStream openInputStream(Archive.Entry entry)
          Opens an input stream for the given entry
          @@ -209,12 +209,12 @@
        • open

          void open(boolean strict)
          -          throws java.io.IOException
          + throws IOException
          Opens the archive.
          Parameters:
          strict - if true open will fail if there was an internal error while parsing meta data.
          Throws:
          -
          java.io.IOException - if an error occurs
          +
          IOException - if an error occurs
        @@ -223,13 +223,13 @@ @@ -239,12 +239,12 @@
      • getInputSource

        VaultInputSource getInputSource(Archive.Entry entry)
        -                                throws java.io.IOException
        + throws IOException
        Returns an input source for the given entry
        Parameters:
        entry - the entry
        Returns:
        the input source
        Throws:
        -
        java.io.IOException - if an error occurs
        +
        IOException - if an error occurs
      @@ -254,12 +254,12 @@
    • getJcrRoot

      Archive.Entry getJcrRoot()
      -                         throws java.io.IOException
      + throws IOException
      Returns the entry that specifies the "jcr_root". if no such entry exists, null is returned.
      Returns:
      the jcr_root entry or null
      Throws:
      -
      java.io.IOException - if an error occurs
      +
      IOException - if an error occurs
    @@ -269,11 +269,11 @@
  • getRoot

    Archive.Entry getRoot()
    -                      throws java.io.IOException
    + throws IOException
    Returns the root entry.
    Returns:
    the root entry.
    Throws:
    -
    java.io.IOException - if an error occurs
    +
    IOException - if an error occurs
  • @@ -294,13 +294,13 @@
    • getEntry

      -
      Archive.Entry getEntry(java.lang.String path)
      -                       throws java.io.IOException
      +
      Archive.Entry getEntry(String path)
      +                       throws IOException
      Returns the entry specified by path.
      Parameters:
      path - the path
      Returns:
      the entry or null if not found.
      Throws:
      -
      java.io.IOException - if an error occurs
      +
      IOException - if an error occurs
    @@ -309,9 +309,9 @@
    • getSubArchive

      -
      Archive getSubArchive(java.lang.String root,
      +
      Archive getSubArchive(String root,
                           boolean asJcrRoot)
      -                      throws java.io.IOException
      + throws IOException
      Returns a sub archive that is rooted at the given path. Note that sub archives currently can't have they own meta inf and are closed automatically if they base is closed.
      @@ -319,7 +319,7 @@
      Returns:
      the archive or null if entry specified by root does not exist.
      Throws:
      -
      java.io.IOException - if an error occurs
      +
      IOException - if an error occurs
    @@ -399,6 +399,6 @@ -

    Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

    +

    Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

    \ No newline at end of file Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AutoSave.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AutoSave.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AutoSave.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/AutoSave.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -AutoSave (Apache Jackrabbit FileVault 3.1.24 API) +AutoSave (Apache Jackrabbit FileVault 3.1.26 API) @@ -83,7 +83,7 @@
    @@ -362,7 +362,7 @@ extends java.lang.Object
    • markMissing

      -
      public void markMissing(java.lang.String path)
      +
      public void markMissing(String path)
    @@ -371,7 +371,7 @@ extends java.lang.Object @@ -380,10 +380,10 @@ extends java.lang.Object @@ -454,6 +454,6 @@ extends java.lang.Object
    -

    Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

    +

    Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

    \ No newline at end of file Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/DocViewAnalyzerListener.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/DocViewAnalyzerListener.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/DocViewAnalyzerListener.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/DocViewAnalyzerListener.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -DocViewAnalyzerListener (Apache Jackrabbit FileVault 3.1.24 API) +DocViewAnalyzerListener (Apache Jackrabbit FileVault 3.1.26 API) @@ -109,9 +109,9 @@ void -onNode(java.lang.String path, +onNode(String path, boolean intermediate, - java.lang.String nodeType) + String nodeType)
    Is called when the analyzer passes a node element.
    @@ -136,9 +136,9 @@
    • onNode

      -
      void onNode(java.lang.String path,
      +
      void onNode(String path,
                 boolean intermediate,
      -          java.lang.String nodeType)
      + String nodeType)
      Is called when the analyzer passes a node element.
      Parameters:
      path - the path of the node
      intermediate - true if intermediate node
      nodeType - the primary type of the node or null if empty.
    • @@ -210,6 +210,6 @@ -

      Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/ExportInfo.Entry.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/ExportInfo.Entry.html?rev=1723908&r1=1723907&r2=1723908&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/ExportInfo.Entry.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/io/ExportInfo.Entry.html Sun Jan 10 05:43:23 2016 @@ -3,13 +3,13 @@ -ExportInfo.Entry (Apache Jackrabbit FileVault 3.1.24 API) +ExportInfo.Entry (Apache Jackrabbit FileVault 3.1.26 API) @@ -83,7 +83,7 @@
        -
      • java.lang.Object
      • +
      • java.lang.Object
        • org.apache.jackrabbit.vault.fs.io.ExportInfo.Entry
        • @@ -100,7 +100,7 @@

          public static class ExportInfo.Entry
          -extends java.lang.Object
          +extends Object
      @@ -120,7 +120,7 @@ extends java.lang.Object Field and Description -java.lang.String +String path  @@ -143,7 +143,7 @@ extends java.lang.Object ExportInfo.Entry(ExportInfo.Type type, - java.lang.String path)  + String path)
        @@ -161,7 +161,7 @@ extends java.lang.Object Method and Description -java.lang.String +String toString()  @@ -169,8 +169,8 @@ extends java.lang.Object
    • -

      Methods inherited from class java.lang.Object

      -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    @@ -201,7 +201,7 @@ extends java.lang.Object
    • path

      -
      public final java.lang.String path
      +
      public final String path
    @@ -219,7 +219,7 @@ extends java.lang.Object
  • ExportInfo.Entry

    public ExportInfo.Entry(ExportInfo.Type type,
    -                java.lang.String path)
    + String path)
  • @@ -236,10 +236,10 @@ extends java.lang.Object
    • toString

      -
      public java.lang.String toString()
      +
      public String toString()
      Overrides:
      -
      toString in class java.lang.Object
      +
      toString in class Object
    @@ -310,6 +310,6 @@ extends java.lang.Object -

    Copyright © 2015 The Apache Software Foundation. All Rights Reserved.

    +

    Copyright © 2016 The Apache Software Foundation. All Rights Reserved.

    \ No newline at end of file