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 601331848C for ; Mon, 28 Sep 2015 16:44:04 +0000 (UTC) Received: (qmail 17690 invoked by uid 500); 28 Sep 2015 16:43:51 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 17630 invoked by uid 500); 28 Sep 2015 16:43: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 17619 invoked by uid 99); 28 Sep 2015 16:43:51 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2015 16:43:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 15A431809B9 for ; Mon, 28 Sep 2015 16:43:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.795 X-Spam-Level: * X-Spam-Status: No, score=1.795 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2fcZiaIWLnyi for ; Mon, 28 Sep 2015 16:43:24 +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 CF9DF20314 for ; Mon, 28 Sep 2015 16:43:23 +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 F1F9AE0D30 for ; Mon, 28 Sep 2015 16:43:22 +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 B647E3A08AD for ; Mon, 28 Sep 2015 16:43:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1705719 [4/47] - 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/... Date: Mon, 28 Sep 2015 16:43:17 -0000 To: commits@jackrabbit.apache.org From: tripod@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150928164322.B647E3A08AD@svn01-us-west.apache.org> Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/SerializerArtifact.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -SerializerArtifact (Apache Jackrabbit FileVault 3.1.16 API) +SerializerArtifact (Apache Jackrabbit FileVault 3.1.24 API) @@ -83,7 +83,7 @@
@@ -329,9 +329,9 @@ implements
  • getInputStream

    -
    public InputStream getInputStream()
    -                           throws IOException,
    -                                  javax.jcr.RepositoryException
    +
    public java.io.InputStream getInputStream()
    +                                   throws java.io.IOException,
    +                                          javax.jcr.RepositoryException
    Returns the input stream to the contents of this artifact. This is the preferred method to use for input-artifacts.
    @@ -339,7 +339,7 @@ implements getInputStream in interface Artifact
    Returns:
    a input stream to the contents of this artifact.
    Throws:
    -
    IOException - if an I/O error occurs
    +
    java.io.IOException - if an I/O error occurs
    javax.jcr.RepositoryException - if a repository error occurs
  • @@ -350,7 +350,7 @@ implements

    getInputSource

    public VaultInputSource getInputSource()
    -                                throws IOException,
    +                                throws java.io.IOException,
                                            javax.jcr.RepositoryException
    Returns an input source to the contents of this artifact. This is also preferred for AccessType.STREAM.
    @@ -359,7 +359,7 @@ implements getInputSource in interface Artifact
    Returns:
    an input source.
    Throws:
    -
    IOException - if an I/O error occurs.
    +
    java.io.IOException - if an I/O error occurs.
    javax.jcr.RepositoryException - of a repository error occurs.
    @@ -369,7 +369,7 @@ implements
  • getContentType

    -
    public String getContentType()
    +
    public java.lang.String getContentType()
    Returns the content type of the serialized data or null if the type is not known or cannot be determined.
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileCopy.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -VaultFileCopy (Apache Jackrabbit FileVault 3.1.16 API) +VaultFileCopy (Apache Jackrabbit FileVault 3.1.24 API) @@ -83,7 +83,7 @@
  • @@ -168,10 +168,10 @@ extends

    copy

    public static VaultFileCopy copy(VaultFile remote,
    -                 File local)
    -                          throws IOException
    + java.io.File local) + throws java.io.IOException
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -181,11 +181,11 @@ extends

    copy

    public static VaultFileCopy copy(VaultFile remote,
    -                 File local,
    +                 java.io.File local,
                      byte[] lineFeed)
    -                          throws IOException
    + throws java.io.IOException
    Throws:
    -
    IOException
    +
    java.io.IOException
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/VaultFileInputStream.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -VaultFileInputStream (Apache Jackrabbit FileVault 3.1.16 API) +VaultFileInputStream (Apache Jackrabbit FileVault 3.1.24 API) @@ -83,10 +83,10 @@
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • -
      • java.io.InputStream
      • +
      • java.io.InputStream
        • org.apache.jackrabbit.vault.fs.VaultFileInputStream
        • @@ -100,12 +100,12 @@
        • All Implemented Interfaces:
          -
          Closeable, AutoCloseable
          +
          java.io.Closeable, java.lang.AutoCloseable


          public class VaultFileInputStream
          -extends InputStream
          +extends java.io.InputStream
          Implements an input stream on a jcr file file. It accesses the artifact of the platform file an wraps either it's input stream or provides one using a tmp file. @@ -191,8 +191,8 @@ extends -

          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
      @@ -215,12 +215,12 @@ extends

      VaultFileInputStream

      public VaultFileInputStream(VaultFile file)
      -                     throws IOException
      + throws java.io.IOException
      Creates a new input stream on the given file. If the file is a directory an IOException is thrown.
      Parameters:
      file - the file
      Throws:
      -
      IOException - if an I/O error occurs.
      +
      java.io.IOException - if an I/O error occurs.
    @@ -238,12 +238,12 @@ extends

    read

    public int read()
    -         throws IOException
    + throws java.io.IOException
    Specified by:
    -
    read in class InputStream
    +
    read in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -253,12 +253,12 @@ extends

    read

    public int read(byte[] b)
    -         throws IOException
    + throws java.io.IOException
    Overrides:
    -
    read in class InputStream
    +
    read in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -270,12 +270,12 @@ extends IOException + throws java.io.IOException
    Overrides:
    -
    read in class InputStream
    +
    read in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -285,12 +285,12 @@ extends

    skip

    public long skip(long n)
    -          throws IOException
    + throws java.io.IOException
    Overrides:
    -
    skip in class InputStream
    +
    skip in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -300,12 +300,12 @@ extends

    available

    public int available()
    -              throws IOException
    + throws java.io.IOException
    Overrides:
    -
    available in class InputStream
    +
    available in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -315,16 +315,16 @@ extends

    close

    public void close()
    -           throws IOException
    + throws java.io.IOException
    Specified by:
    -
    close in interface Closeable
    +
    close in interface java.io.Closeable
    Specified by:
    -
    close in interface AutoCloseable
    +
    close in interface java.lang.AutoCloseable
    Overrides:
    -
    close in class InputStream
    +
    close in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -336,7 +336,7 @@ extends mark in class InputStream +
    mark in class java.io.InputStream
    @@ -347,12 +347,12 @@ extends

    reset

    public void reset()
    -           throws IOException
    + throws java.io.IOException
    Overrides:
    -
    reset in class InputStream
    +
    reset in class java.io.InputStream
    Throws:
    -
    IOException
    +
    java.io.IOException
    @@ -364,7 +364,7 @@ extends markSupported in class InputStream +
    markSupported in class java.io.InputStream
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AccessType.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -AccessType (Apache Jackrabbit FileVault 3.1.16 API) +AccessType (Apache Jackrabbit FileVault 3.1.24 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 @@ -248,7 +248,7 @@ for (AccessType c : AccessType.values())
    • valueOf

      -
      public static AccessType valueOf(String name)
      +
      public static AccessType valueOf(java.lang.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 @@ -256,8 +256,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      +
      java.lang.NullPointerException - if the argument is null
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregate.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -Aggregate (Apache Jackrabbit FileVault 3.1.16 API) +Aggregate (Apache Jackrabbit FileVault 3.1.24 API) @@ -120,7 +120,7 @@ extends Aggregate -getAggregate(String relPath)  +getAggregate(java.lang.String relPath)  ArtifactSet @@ -129,13 +129,13 @@ extends -Collection<javax.jcr.Property> +java.util.Collection<javax.jcr.Property> getBinaries()
    Returns the collection of binary properties in this aggregate
    -List<? extends Aggregate> +java.util.List<? extends Aggregate> getLeaves()
    Returns the leaves of this aggregate or null.
    @@ -147,18 +147,18 @@ extends -String +java.lang.String getName()
    Returns the name of this aggregate.
    -String[] +java.lang.String[] getNamespacePrefixes()  -String -getNamespaceURI(String prefix)  +java.lang.String +getNamespaceURI(java.lang.String prefix)  javax.jcr.Node @@ -169,11 +169,11 @@ extends getParent()  -String +java.lang.String getPath()  -String +java.lang.String getRelPath()
    Returns the relative path of this aggregate in respect to it's parent aggregate.
    @@ -257,7 +257,7 @@ extends
  • getPath

    -
    String getPath()
    +
    java.lang.String getPath()
  • @@ -293,7 +293,7 @@ extends
  • getRelPath

    -
    String getRelPath()
    +
    java.lang.String getRelPath()
    Returns the relative path of this aggregate in respect to it's parent aggregate.
    Returns:
    the relative path
    @@ -305,7 +305,7 @@ extends
  • getName

    -
    String getName()
    +
    java.lang.String getName()
    Returns the name of this aggregate.
    Returns:
    the name of this aggregate.
  • @@ -316,8 +316,8 @@ extends
  • getLeaves

    -
    List<? extends Aggregate> getLeaves()
    -                                    throws javax.jcr.RepositoryException
    +
    java.util.List<? extends Aggregate> getLeaves()
    +                                              throws javax.jcr.RepositoryException
    Returns the leaves of this aggregate or null.
    Returns:
    the leaves
    Throws:
    @@ -330,7 +330,7 @@ extends
  • getAggregate

    -
    Aggregate getAggregate(String relPath)
    +
    Aggregate getAggregate(java.lang.String relPath)
                            throws javax.jcr.RepositoryException
    Throws:
    javax.jcr.RepositoryException
    @@ -381,7 +381,7 @@ extends
  • getNamespacePrefixes

    -
    String[] getNamespacePrefixes()
    +
    java.lang.String[] getNamespacePrefixes()
  • @@ -390,8 +390,8 @@ extends
  • getNamespaceURI

    -
    String getNamespaceURI(String prefix)
    -                       throws javax.jcr.RepositoryException
    +
    java.lang.String getNamespaceURI(java.lang.String prefix)
    +                                 throws javax.jcr.RepositoryException
    Throws:
    javax.jcr.RepositoryException
  • @@ -402,7 +402,7 @@ extends
  • getBinaries

    -
    Collection<javax.jcr.Property> getBinaries()
    +
    java.util.Collection<javax.jcr.Property> getBinaries()
    Returns the collection of binary properties in this aggregate
    Returns:
    the binaries or null
  • Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/AggregateManager.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -AggregateManager (Apache Jackrabbit FileVault 3.1.16 API) +AggregateManager (Apache Jackrabbit FileVault 3.1.24 API) @@ -114,14 +114,14 @@ extends void -dumpConfig(PrintWriter out) +dumpConfig(java.io.PrintWriter out)
    Dumps the configuration to the given writer for debugging purposes.
    Aggregator getAggregator(javax.jcr.Node node, - String path) + java.lang.String path)
    Returns the aggregator for the given node or null if none found.
    @@ -152,13 +152,13 @@ extends -String +java.lang.String getUserId()
    Returns the user id of the session of this manager.
    -String +java.lang.String getWorkspace()
    Returns the name of the workspace of this manager.
    @@ -262,7 +262,7 @@ extends

    getAggregator

    Aggregator getAggregator(javax.jcr.Node node,
    -                       String path)
    +                       java.lang.String path)
                              throws javax.jcr.RepositoryException
    Returns the aggregator for the given node or null if none found.
    @@ -301,8 +301,8 @@ extends
  • getUserId

    -
    String getUserId()
    -                 throws javax.jcr.RepositoryException
    +
    java.lang.String getUserId()
    +                           throws javax.jcr.RepositoryException
    Returns the user id of the session of this manager.
    Returns:
    the user id.
    Throws:
    @@ -315,8 +315,8 @@ extends
  • getWorkspace

    -
    String getWorkspace()
    -                    throws javax.jcr.RepositoryException
    +
    java.lang.String getWorkspace()
    +                              throws javax.jcr.RepositoryException
    Returns the name of the workspace of this manager.
    Returns:
    the name of the workspace.
    Throws:
    @@ -351,12 +351,12 @@ extends
  • dumpConfig

    -
    void dumpConfig(PrintWriter out)
    -                throws IOException
    +
    void dumpConfig(java.io.PrintWriter out)
    +                throws java.io.IOException
    Dumps the configuration to the given writer for debugging purposes.
    Parameters:
    out - the writer
    Throws:
    -
    IOException - if an I/O error occurs
    +
    java.io.IOException - if an I/O error occurs
  • Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Aggregator.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -Aggregator (Apache Jackrabbit FileVault 3.1.16 API) +Aggregator (Apache Jackrabbit FileVault 3.1.24 API) @@ -133,7 +133,7 @@ extends includes(javax.jcr.Node root, javax.jcr.Node parent, javax.jcr.Property property, - String path) + java.lang.String path)
    Checks if the given property is included in the content aggregation relative to the respective aggregator root.
    @@ -142,7 +142,7 @@ extends boolean includes(javax.jcr.Node root, javax.jcr.Node node, - String path) + java.lang.String path)
    Checks if the given item is included in the content aggregation relative to the respective aggregator root
    @@ -156,7 +156,7 @@ extends boolean matches(javax.jcr.Node node, - String path) + java.lang.String path)
    Checks if this aggregator can handles the given node
    @@ -213,7 +213,7 @@ extends String path) + java.lang.String path) throws javax.jcr.RepositoryException
  • Checks if the given item is included in the content aggregation relative to the respective aggregator root
    @@ -233,7 +233,7 @@ extends String path) + java.lang.String path) throws javax.jcr.RepositoryException
    Checks if the given property is included in the content aggregation relative to the respective aggregator root. this is a speed optimized variant @@ -252,7 +252,7 @@ extends

    matches

    boolean matches(javax.jcr.Node node,
    -              String path)
    +              java.lang.String path)
                     throws javax.jcr.RepositoryException
    Checks if this aggregator can handles the given node
    Parameters:
    node - the node to check
    path - the path of the node or null
    Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.html?rev=1705719&r1=1705718&r2=1705719&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/api/Artifact.html Mon Sep 28 16:43:09 2015 @@ -3,13 +3,13 @@ -Artifact (Apache Jackrabbit FileVault 3.1.16 API) +Artifact (Apache Jackrabbit FileVault 3.1.24 API) @@ -153,14 +153,14 @@ extends -String +java.lang.String getContentType()
    Returns the content type of the serialized data or null if the type is not known or cannot be determined.
    -String +java.lang.String getExtension()
    Returns the (repository) extension of this artifact.
    @@ -172,7 +172,7 @@ extends -InputStream +java.io.InputStream getInputStream()
    Returns the input stream to the contents of this artifact.
    @@ -184,7 +184,7 @@ extends -String +java.lang.String getPlatformPath()
    Returns the relative path of this artifact in platform format including the extension.
    @@ -197,7 +197,7 @@ extends -String +java.lang.String getRelativePath()
    Returns the relative (repository) path of this artifact in respect to it's parent node.
    @@ -217,7 +217,7 @@ extends void -spool(OutputStream out) +spool(java.io.OutputStream out)
    Writes the content to the given output stream and closes it afterwards.
    @@ -249,7 +249,7 @@ extends
  • getPlatformPath

    -
    String getPlatformPath()
    +
    java.lang.String getPlatformPath()
    Returns the relative path of this artifact in platform format including the extension. eg: "_cq_nodeType.cnd" or "en/.content.xml" and eventual intermediate extensions. eg: "image.png.dir/.content.xml"
    @@ -262,7 +262,7 @@ extends
  • getExtension

    -
    String getExtension()
    +
    java.lang.String getExtension()
    Returns the (repository) extension of this artifact. eg: ".jsp"
    Returns:
    the (repository) extension of this artifact.
  • @@ -273,7 +273,7 @@ extends
  • getRelativePath

    -
    String getRelativePath()
    +
    java.lang.String getRelativePath()
    Returns the relative (repository) path of this artifact in respect to it's parent node. eg: "myNodeType"
    Returns:
    the final name
    @@ -330,7 +330,7 @@ extends
  • getContentType

    -
    String getContentType()
    +
    java.lang.String getContentType()
    Returns the content type of the serialized data or null if the type is not known or cannot be determined.
    Returns:
    the content type or null.
    @@ -353,14 +353,14 @@ extends
  • spool

    -
    void spool(OutputStream out)
    -           throws IOException,
    +
    void spool(java.io.OutputStream out)
    +           throws java.io.IOException,
                       javax.jcr.RepositoryException
    Writes the content to the given output stream and closes it afterwards. This is the preferred method to use for output-artifacts.
    Parameters:
    out - the output stream to spool to
    Throws:
    -
    IOException - if an I/O error occurs
    +
    java.io.IOException - if an I/O error occurs
    javax.jcr.RepositoryException - if a repository error occurs
  • @@ -370,14 +370,14 @@ extends
  • getInputStream

    -
    InputStream getInputStream()
    -                           throws IOException,
    -                                  javax.jcr.RepositoryException
    +
    java.io.InputStream getInputStream()
    +                                   throws java.io.IOException,
    +                                          javax.jcr.RepositoryException
    Returns the input stream to the contents of this artifact. This is the preferred method to use for input-artifacts.
    Returns:
    a input stream to the contents of this artifact.
    Throws:
    -
    IOException - if an I/O error occurs
    +
    java.io.IOException - if an I/O error occurs
    javax.jcr.RepositoryException - if a repository error occurs
  • @@ -388,13 +388,13 @@ extends

    getInputSource

    VaultInputSource getInputSource()
    -                                throws IOException,
    +                                throws java.io.IOException,
                                            javax.jcr.RepositoryException
    Returns an input source to the contents of this artifact. This is also preferred for AccessType.STREAM.
    Returns:
    an input source.
    Throws:
    -
    IOException - if an I/O error occurs.
    +
    java.io.IOException - if an I/O error occurs.
    javax.jcr.RepositoryException - of a repository error occurs.