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 55E1810BE9 for ; Sat, 20 Dec 2014 01:40:00 +0000 (UTC) Received: (qmail 39189 invoked by uid 500); 20 Dec 2014 01:40:00 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 39045 invoked by uid 500); 20 Dec 2014 01:40:00 -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 38416 invoked by uid 99); 20 Dec 2014 01:39:59 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2014 01:39:59 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D9BB6AC10FC; Sat, 20 Dec 2014 01:39:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1646913 [12/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... Date: Sat, 20 Dec 2014 01:39:41 -0000 To: commits@jackrabbit.apache.org From: tripod@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141220013956.D9BB6AC10FC@hades.apache.org> Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/CredentialsConfig.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/CredentialsConfig.html?rev=1646913&r1=1646912&r2=1646913&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/CredentialsConfig.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/CredentialsConfig.html Sat Dec 20 01:39:36 2014 @@ -3,13 +3,13 @@ -CredentialsConfig (Apache Jackrabbit FileVault 3.1.8 API) +CredentialsConfig (Apache Jackrabbit FileVault 3.1.14 API) @@ -83,7 +83,7 @@
@@ -208,7 +208,7 @@ extends java.lang.Object
  • type

    -
    public final java.lang.String type
    +
    public final String type
@@ -217,7 +217,7 @@ extends java.lang.Object @@ -227,7 +227,7 @@ extends java.lang.Object
  • ELEM_CREDETIALS

    -
    public static final java.lang.String ELEM_CREDETIALS
    +
    public static final String ELEM_CREDETIALS
    See Also:
    Constant Field Values
@@ -245,7 +245,7 @@ extends java.lang.Object
  • CredentialsConfig

    -
    public CredentialsConfig(java.lang.String type)
    +
    public CredentialsConfig(String type)
@@ -262,7 +262,7 @@ extends java.lang.Object
@@ -357,13 +357,13 @@ implements
  • loadFilter

    -
    public void loadFilter(java.io.InputStream in,
    -              java.lang.String systemId)
    +
    public void loadFilter(InputStream in,
    +              String systemId)
                     throws ConfigurationException,
    -                       java.io.IOException
    + IOException
    Throws:
    ConfigurationException
    -
    java.io.IOException
    +
    IOException
  • @@ -372,13 +372,13 @@ implements
  • loadConfig

    -
    public void loadConfig(java.io.InputStream in,
    -              java.lang.String systemId)
    +
    public void loadConfig(InputStream in,
    +              String systemId)
                     throws ConfigurationException,
    -                       java.io.IOException
    + IOException
    Throws:
    ConfigurationException
    -
    java.io.IOException
    +
    IOException
  • @@ -387,13 +387,13 @@ implements
  • loadSettings

    -
    public void loadSettings(java.io.InputStream in,
    -                java.lang.String systemId)
    +
    public void loadSettings(InputStream in,
    +                String systemId)
                       throws ConfigurationException,
    -                         java.io.IOException
    + IOException
    Throws:
    ConfigurationException
    -
    java.io.IOException
    +
    IOException
  • @@ -402,11 +402,11 @@ implements
  • loadProperties

    -
    public void loadProperties(java.io.InputStream in,
    -                  java.lang.String systemId)
    -                    throws java.io.IOException
    +
    public void loadProperties(InputStream in,
    +                  String systemId)
    +                    throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -415,11 +415,11 @@ implements
  • loadPrivileges

    -
    public void loadPrivileges(java.io.InputStream in,
    -                  java.lang.String systemId)
    -                    throws java.io.IOException
    +
    public void loadPrivileges(InputStream in,
    +                  String systemId)
    +                    throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -428,10 +428,10 @@ implements
  • save

    -
    public void save(java.io.File metaDir)
    -          throws java.io.IOException
    +
    public void save(File metaDir)
    +          throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -512,7 +512,7 @@ implements
  • getProperties

    -
    public java.util.Properties getProperties()
    +
    public Properties getProperties()
    Description copied from interface: MetaInf
    Returns the properties
    @@ -527,7 +527,7 @@ implements
  • setProperties

    -
    public void setProperties(java.util.Properties properties)
    +
    public void setProperties(Properties properties)
  • @@ -536,7 +536,7 @@ implements
  • getNodeTypes

    -
    public java.util.Collection<NodeTypeSet> getNodeTypes()
    +
    public Collection<NodeTypeSet> getNodeTypes()
    Description copied from interface: MetaInf
    Returns the node types
    @@ -566,7 +566,7 @@ implements
  • setCNDs

    -
    public void setCNDs(java.util.Collection<NodeTypeSet> cnds)
    +
    public void setCNDs(Collection<NodeTypeSet> cnds)
  • @@ -599,12 +599,12 @@ implements
  • loadSettings

    -
    protected void loadSettings(java.io.File metaDir)
    +
    protected void loadSettings(File metaDir)
                          throws ConfigurationException,
    -                            java.io.IOException
    + IOException
    Throws:
    ConfigurationException
    -
    java.io.IOException
    +
    IOException
  • @@ -613,10 +613,10 @@ implements
  • saveSettings

    -
    protected void saveSettings(java.io.File metaDir)
    -                     throws java.io.IOException
    +
    protected void saveSettings(File metaDir)
    +                     throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -625,12 +625,12 @@ implements
  • loadConfig

    -
    protected void loadConfig(java.io.File metaDir)
    +
    protected void loadConfig(File metaDir)
                        throws ConfigurationException,
    -                          java.io.IOException
    + IOException
    Throws:
    ConfigurationException
    -
    java.io.IOException
    +
    IOException
  • @@ -639,10 +639,10 @@ implements
  • saveConfig

    -
    protected void saveConfig(java.io.File metaDir)
    -                   throws java.io.IOException
    +
    protected void saveConfig(File metaDir)
    +                   throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -651,13 +651,13 @@ implements
  • loadFilter

    -
    protected void loadFilter(java.io.File metaDir,
    +
    protected void loadFilter(File metaDir,
                   boolean vltMode)
                        throws ConfigurationException,
    -                          java.io.IOException
    + IOException
    Throws:
    ConfigurationException
    -
    java.io.IOException
    +
    IOException
  • @@ -666,10 +666,10 @@ implements
  • saveFilter

    -
    protected void saveFilter(java.io.File metaDir)
    -                   throws java.io.IOException
    +
    protected void saveFilter(File metaDir)
    +                   throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -678,10 +678,10 @@ implements
  • loadProperties

    -
    protected void loadProperties(java.io.File metaDir)
    -                       throws java.io.IOException
    +
    protected void loadProperties(File metaDir)
    +                       throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -690,10 +690,10 @@ implements
  • saveProperties

    -
    protected void saveProperties(java.io.File metaDir)
    -                       throws java.io.IOException
    +
    protected void saveProperties(File metaDir)
    +                       throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -702,10 +702,10 @@ implements
  • loadPrivileges

    -
    protected void loadPrivileges(java.io.File metaDir)
    -                       throws java.io.IOException
    +
    protected void loadPrivileges(File metaDir)
    +                       throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -714,10 +714,10 @@ implements
  • loadCNDs

    -
    protected void loadCNDs(java.io.File metaDir)
    -                 throws java.io.IOException
    +
    protected void loadCNDs(File metaDir)
    +                 throws IOException
    Throws:
    -
    java.io.IOException
    +
    IOException
  • @@ -789,4 +789,4 @@ implements Copyright © 2014 The Apache Software Foundation. All Rights Reserved.

    - \ No newline at end of file + Modified: jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.html URL: http://svn.apache.org/viewvc/jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.html?rev=1646913&r1=1646912&r2=1646913&view=diff ============================================================================== --- jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.html (original) +++ jackrabbit/site/live/filevault/apidocs/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.html Sat Dec 20 01:39:36 2014 @@ -3,13 +3,13 @@ -DefaultWorkspaceFilter (Apache Jackrabbit FileVault 3.1.8 API) +DefaultWorkspaceFilter (Apache Jackrabbit FileVault 3.1.14 API) @@ -83,7 +83,7 @@
    @@ -309,7 +309,7 @@ implements
  • ATTR_VERSION

    -
    public static final java.lang.String ATTR_VERSION
    +
    public static final String ATTR_VERSION
    See Also:
    Constant Field Values
  • @@ -372,7 +372,7 @@ implements
  • getFilterSets

    -
    public java.util.List<PathFilterSet> getFilterSets()
    +
    public List<PathFilterSet> getFilterSets()
    Returns a list of path filter sets.
    Specified by:
    @@ -386,7 +386,7 @@ implements
  • getCoveringFilterSet

    -
    public PathFilterSet getCoveringFilterSet(java.lang.String path)
    +
    public PathFilterSet getCoveringFilterSet(String path)
    Returns the filter set that covers the respective path
    Specified by:
    @@ -401,7 +401,7 @@ implements
  • getImportMode

    -
    public ImportMode getImportMode(java.lang.String path)
    +
    public ImportMode getImportMode(String path)
    Returns the import mode for the given path.
    Specified by:
    @@ -426,7 +426,7 @@ implements
  • contains

    -
    public boolean contains(java.lang.String path)
    +
    public boolean contains(String path)
    Checks if the given path is contained in this workspace filter. It returns true if any of the filter sets contain the path and it's not globally ignored.
    @@ -443,7 +443,7 @@ implements
  • covers

    -
    public boolean covers(java.lang.String path)
    +
    public boolean covers(String path)
    Checks if the given path is covered in this workspace filter. It only returns true if at least one of the sets covers the path and is not globally ignored.
    @@ -460,7 +460,7 @@ implements
  • isAncestor

    -
    public boolean isAncestor(java.lang.String path)
    +
    public boolean isAncestor(String path)
    Checks if the given path is an ancestor of any of the filter sets.
    Specified by:
    @@ -475,7 +475,7 @@ implements
  • isGloballyIgnored

    -
    public boolean isGloballyIgnored(java.lang.String path)
    +
    public boolean isGloballyIgnored(String path)
    Checks if the given path is globally ignored.
    Specified by:
    @@ -505,14 +505,14 @@ implements
  • load

    -
    public void load(java.io.File file)
    -          throws java.io.IOException,
    +
    public void load(File file)
    +          throws IOException,
                      ConfigurationException
    Loads the workspace filter from the given file
    Parameters:
    file - source
    Throws:
    ConfigurationException - if the source is not valid
    -
    java.io.IOException - if an I/O error occurs
    +
    IOException - if an I/O error occurs
  • @@ -521,7 +521,7 @@ implements
  • getSource

    -
    public java.io.InputStream getSource()
    +
    public InputStream getSource()
    Returns the source xml that constructs this filter
    Specified by:
    @@ -535,7 +535,7 @@ implements
  • getSourceAsString

    -
    public java.lang.String getSourceAsString()
    +
    public String getSourceAsString()
    Returns the source xml that constructs this filter
    Specified by:
    @@ -549,14 +549,14 @@ implements
  • load

    -
    public void load(java.io.InputStream in)
    -          throws java.io.IOException,
    +
    public void load(InputStream in)
    +          throws IOException,
                      ConfigurationException
    Loads the workspace filter from the given input source
    Parameters:
    in - source
    Throws:
    ConfigurationException - if the source is not valid
    -
    java.io.IOException - if an I/O error occurs
    +
    IOException - if an I/O error occurs
  • @@ -565,7 +565,7 @@ implements
  • readFilter

    -
    protected PathFilter readFilter(org.w3c.dom.Element elem)
    +
    protected PathFilter readFilter(Element elem)
                              throws ConfigurationException
    Throws:
    ConfigurationException
    @@ -713,4 +713,4 @@ implements Copyright © 2014 The Apache Software Foundation. All Rights Reserved.

    - \ No newline at end of file +