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 74F74106D6 for ; Sun, 6 Apr 2014 05:21:03 +0000 (UTC) Received: (qmail 66950 invoked by uid 500); 6 Apr 2014 05:20:53 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 66833 invoked by uid 500); 6 Apr 2014 05:20:51 -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 66673 invoked by uid 99); 6 Apr 2014 05:20:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2014 05:20:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2014 05:20:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BE44C2388C91; Sun, 6 Apr 2014 05:18:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1585246 [30/46] - 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, 06 Apr 2014 05:18:07 -0000 To: commits@jackrabbit.apache.org From: tripod@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140406051833.BE44C2388C91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineInputStream.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -LineInputStream (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +LineInputStream (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,10 +83,10 @@
    -
  • java.lang.Object
  • +
  • java.lang.Object
  • @@ -255,7 +255,7 @@ extends java.io.InputStream
    • LineInputStream

      -
      public LineInputStream(java.io.InputStream in,
      +
      public LineInputStream(InputStream in,
                      byte[] ls)
    @@ -274,12 +274,12 @@ extends java.io.InputStream
  • read

    public int read()
    -         throws java.io.IOException
    + throws IOException
    Specified by:
    -
    read in class java.io.InputStream
    +
    read in class InputStream
    Throws:
    -
    java.io.IOException
    +
    IOException
@@ -291,12 +291,12 @@ extends java.io.InputStream
public int read(byte[] b,
        int off,
        int len)
-         throws java.io.IOException
+ throws
IOException
Overrides:
-
read in class java.io.InputStream
+
read in class InputStream
Throws:
-
java.io.IOException
+
IOException
@@ -306,16 +306,16 @@ extends java.io.InputStream
  • close

    public void close()
    -           throws java.io.IOException
    + throws
    IOException
    Specified by:
    -
    close in interface java.io.Closeable
    +
    close in interface Closeable
    Specified by:
    -
    close in interface java.lang.AutoCloseable
    +
    close in interface AutoCloseable
    Overrides:
    -
    close in class java.io.InputStream
    +
    close in class InputStream
    Throws:
    -
    java.io.IOException
    +
    IOException
  • Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/LineOutputStream.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -LineOutputStream (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +LineOutputStream (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,10 +83,10 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • -
      • java.io.OutputStream
      • +
      • java.io.OutputStream
        • org.apache.jackrabbit.vault.util.LineOutputStream
        • @@ -100,12 +100,12 @@
        • All Implemented Interfaces:
          -
          java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
          +
          Closeable, Flushable, AutoCloseable


          public class LineOutputStream
          -extends java.io.OutputStream
          +extends OutputStream
          Provides an output stream wrapper that detects line feed sequences and replaces them by new ones.
        • @@ -157,7 +157,7 @@ extends java.io.OutputStream Constructor and Description -LineOutputStream(java.io.OutputStream out, +LineOutputStream(OutputStream out, byte[] ls)  @@ -196,15 +196,15 @@ extends java.io.OutputStream
        • -

          Methods inherited from class java.io.OutputStream

          -write, write
        • +

          Methods inherited from class java.io.OutputStream

          +write, write
      @@ -270,7 +270,7 @@ extends java.io.OutputStream
      • LineOutputStream

        -
        public LineOutputStream(java.io.OutputStream out,
        +
        public LineOutputStream(OutputStream out,
                         byte[] ls)
      @@ -289,12 +289,12 @@ extends java.io.OutputStream
    • write

      public void write(int b)
      -           throws java.io.IOException
      + throws IOException
      Specified by:
      -
      write in class java.io.OutputStream
      +
      write in class OutputStream
      Throws:
      -
      java.io.IOException
      +
      IOException
    @@ -304,9 +304,9 @@ extends java.io.OutputStream
  • flush

    public void flush(boolean addLF)
    -           throws java.io.IOException
    + throws
    IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -316,14 +316,14 @@ extends java.io.OutputStream
  • flush

    public void flush()
    -           throws java.io.IOException
    + throws
    IOException
    Specified by:
    -
    flush in interface java.io.Flushable
    +
    flush in interface Flushable
    Overrides:
    -
    flush in class java.io.OutputStream
    +
    flush in class OutputStream
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -333,16 +333,16 @@ extends java.io.OutputStream
  • close

    public void close()
    -           throws java.io.IOException
    + throws
    IOException
    Specified by:
    -
    close in interface java.io.Closeable
    +
    close in interface Closeable
    Specified by:
    -
    close in interface java.lang.AutoCloseable
    +
    close in interface AutoCloseable
    Overrides:
    -
    close in class java.io.OutputStream
    +
    close in class OutputStream
    Throws:
    -
    java.io.IOException
    +
    IOException
  • Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MD5.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -MD5 (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +MD5 (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,7 +83,7 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • org.apache.jackrabbit.vault.util.MD5
      • @@ -96,7 +96,7 @@

        public class MD5
        -extends java.lang.Object
        +extends Object
        MD5...
      @@ -123,7 +123,7 @@ extends java.lang.Object long lsb)
        -MD5(java.lang.String str)  +MD5(String str) 
    • @@ -142,15 +142,15 @@ extends java.lang.Object static MD5 -digest(java.io.File file)  +digest(File file)  static MD5 -digest(java.io.InputStream in)  +digest(InputStream in)  boolean -equals(java.lang.Object o)  +equals(Object o)  byte[] @@ -173,7 +173,7 @@ extends java.lang.Object hashCode()  -java.lang.String +String toString()  @@ -181,8 +181,8 @@ extends java.lang.Object
    • -

      Methods inherited from class java.lang.Object

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

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    @@ -214,7 +214,7 @@ extends java.lang.Object
    • MD5

      -
      public MD5(java.lang.String str)
      +
      public MD5(String str)
    @@ -276,10 +276,10 @@ extends java.lang.Object @@ -288,10 +288,10 @@ extends java.lang.Object @@ -300,10 +300,10 @@ extends java.lang.Object @@ -316,7 +316,7 @@ extends java.lang.Object
    public int hashCode()
    Overrides:
    -
    hashCode in class java.lang.Object
    +
    hashCode in class Object
    @@ -326,10 +326,10 @@ extends java.lang.Object
    • equals

      -
      public boolean equals(java.lang.Object o)
      +
      public boolean equals(Object o)
      Overrides:
      -
      equals in class java.lang.Object
      +
      equals in class Object
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/MimeTypes.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -MimeTypes (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +MimeTypes (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,7 +83,7 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • org.apache.jackrabbit.vault.util.MimeTypes
      • @@ -96,7 +96,7 @@

        public class MimeTypes
        -extends java.lang.Object
        +extends Object
        MimeTypes contains a mapping from extensions to mime types.
      @@ -117,7 +117,7 @@ extends java.lang.Object Field and Description -static java.lang.String +static String APPLICATION_OCTET_STREAM
      constant for "application/octet-stream"
      @@ -155,50 +155,50 @@ extends java.lang.Object Method and Description -static java.lang.String -getExtension(java.lang.String mimeType) +static String +getExtension(String mimeType)
      Retrieve the default extension for the given mime type
      -static java.lang.String -getMimeType(java.lang.String name) +static String +getMimeType(String name)
      Retrieve the mimetype for the given extension or name
      -static java.lang.String -getMimeType(java.lang.String name, - java.lang.String defaultType) +static String +getMimeType(String name, + String defaultType)
      Retrieve the mimetype for the given extension or name
      static boolean -hasExtension(java.lang.String mimeType, - java.lang.String ext) +hasExtension(String mimeType, + String ext)
      Checks if the given mime type is mapped to the extension
      static boolean -isBinary(java.lang.String mimeType) +isBinary(String mimeType)
      checks if the given mimetype denotes binary content
      static boolean -matches(java.lang.String name, - java.lang.String mimeType, - java.lang.String defaultType)  +matches(String name, + String mimeType, + String defaultType) 
    @@ -220,7 +220,7 @@ extends java.lang.Object
    • APPLICATION_OCTET_STREAM

      -
      public static final java.lang.String APPLICATION_OCTET_STREAM
      +
      public static final String APPLICATION_OCTET_STREAM
      constant for "application/octet-stream"
      See Also:
      Constant Field Values
    • @@ -256,7 +256,7 @@ extends java.lang.Object
      • getMimeType

        -
        public static java.lang.String getMimeType(java.lang.String name)
        +
        public static String getMimeType(String name)
        Retrieve the mimetype for the given extension or name
        Parameters:
        name - the name
        Returns:
        the mimetype or null
        @@ -268,8 +268,8 @@ extends java.lang.Object
        • getMimeType

          -
          public static java.lang.String getMimeType(java.lang.String name,
          -                           java.lang.String defaultType)
          +
          public static String getMimeType(String name,
          +                 String defaultType)
          Retrieve the mimetype for the given extension or name
          Parameters:
          name - the name
          defaultType - type to return if no mapping is found.
          Returns:
          the mimetype or null
          @@ -281,7 +281,7 @@ extends java.lang.Object
          • getExtension

            -
            public static java.lang.String getExtension(java.lang.String mimeType)
            +
            public static String getExtension(String mimeType)
            Retrieve the default extension for the given mime type
            Parameters:
            mimeType - the mime type
            Returns:
            the extension or null
            @@ -293,7 +293,7 @@ extends java.lang.Object
            • isBinary

              -
              public static boolean isBinary(java.lang.String mimeType)
              +
              public static boolean isBinary(String mimeType)
              checks if the given mimetype denotes binary content
              Parameters:
              mimeType - the mime type
              Returns:
              true if binary or if mimeType is null
              @@ -305,8 +305,8 @@ extends java.lang.Object
              • hasExtension

                -
                public static boolean hasExtension(java.lang.String mimeType,
                -                   java.lang.String ext)
                +
                public static boolean hasExtension(String mimeType,
                +                   String ext)
                Checks if the given mime type is mapped to the extension
                Parameters:
                mimeType - the mime type
                ext - the extension
                Returns:
                true if the given mime type contains that extension
                @@ -318,9 +318,9 @@ extends java.lang.Object
                • matches

                  -
                  public static boolean matches(java.lang.String name,
                  -              java.lang.String mimeType,
                  -              java.lang.String defaultType)
                  +
                  public static boolean matches(String name,
                  +              String mimeType,
                  +              String defaultType)
              • Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/NodeNameComparator.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -NodeNameComparator (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +NodeNameComparator (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,7 +83,7 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • org.apache.jackrabbit.vault.util.NodeNameComparator
      • @@ -95,13 +95,13 @@
      • All Implemented Interfaces:
        -
        java.util.Comparator<javax.jcr.Node>
        +
        Comparator<javax.jcr.Node>


        public class NodeNameComparator
        -extends java.lang.Object
        -implements java.util.Comparator<javax.jcr.Node>
        +extends Object +implements Comparator<javax.jcr.Node>
        ItemNameComparator...
      @@ -167,15 +167,15 @@ implements java.util.Comparator<javax
    • -

      Methods inherited from class java.lang.Object

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

      Methods inherited from class java.lang.Object

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

      Methods inherited from interface java.util.Comparator

      -equals
    • +

      Methods inherited from interface java.util.Comparator

      +equals
    @@ -235,7 +235,7 @@ implements java.util.Comparator<javax javax.jcr.Node o2)
    Specified by:
    -
    compare in interface java.util.Comparator<javax.jcr.Node>
    +
    compare in interface Comparator<javax.jcr.Node>
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathComparator.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -PathComparator (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +PathComparator (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,7 +83,7 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • org.apache.jackrabbit.vault.util.PathComparator
      • @@ -95,13 +95,13 @@
      • All Implemented Interfaces:
        -
        java.util.Comparator<java.lang.String>
        +
        Comparator<String>


        public class PathComparator
        -extends java.lang.Object
        -implements java.util.Comparator<java.lang.String>
        +extends Object +implements Comparator<String>
        PathComparator...
      @@ -150,11 +150,11 @@ implements java.util.Comparator<java. int -compare(java.lang.String o1, - java.lang.String o2) +compare(String o1, + String o2)
      - Compared to the String.compareTo(String) it handles the '/' + Compared to the String.compareTo(String) it handles the '/' differently giving it the highest priority so that: "/a" < "/b" @@ -166,15 +166,15 @@ implements java.util.Comparator<java.
    • -

      Methods inherited from class java.lang.Object

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

      Methods inherited from class java.lang.Object

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

      Methods inherited from interface java.util.Comparator

      -equals
    • +

      Methods inherited from interface java.util.Comparator

      +equals
    @@ -241,18 +241,18 @@ implements java.util.Comparator<java.
    • compare

      -
      public int compare(java.lang.String o1,
      -          java.lang.String o2)
      +
      public int compare(String o1,
      +          String o2)
      - Compared to the String.compareTo(String) it handles the '/' + Compared to the String.compareTo(String) it handles the '/' differently giving it the highest priority so that: "/a" < "/b" "/a1foo" < "/a/foo"
      Specified by:
      -
      compare in interface java.util.Comparator<java.lang.String>
      +
      compare in interface Comparator<String>
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html?rev=1585246&r1=1585245&r2=1585246&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/util/PathUtil.html Sun Apr 6 05:17:57 2014 @@ -3,13 +3,13 @@ -PathUtil (Apache Jackrabbit FileVault 3.1.1-SNAPSHOT API) +PathUtil (Apache Jackrabbit FileVault 3.1.2 API) @@ -83,7 +83,7 @@
    @@ -225,8 +225,8 @@ extends java.lang.Object