Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83F5B186AE for ; Sat, 23 May 2015 18:45:40 +0000 (UTC) Received: (qmail 94584 invoked by uid 500); 23 May 2015 18:45:40 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 94527 invoked by uid 500); 23 May 2015 18:45:40 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 94328 invoked by uid 99); 23 May 2015 18:45:40 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2015 18:45:40 +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 2C550AC1432 for ; Sat, 23 May 2015 18:45:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r952467 [13/22] - in /websites/production/commons/content/proper/commons-email/javadocs/api-release: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/mail/ org/apache/commons/mail/class-use/ org/apache/commons/mail/resolver/ org/a... Date: Sat, 23 May 2015 18:45:38 -0000 To: notifications@commons.apache.org From: tn@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150523184540.2C550AC1432@hades.apache.org> Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceCompositeResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceCompositeResolver.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceCompositeResolver.html Sat May 23 18:45:36 2015 @@ -0,0 +1,348 @@ + + + + + +DataSourceCompositeResolver (Apache Commons Email 1.4 API) + + + + + + + + + + +
+
org.apache.commons.mail.resolver
+

Class DataSourceCompositeResolver

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + +
        +
      • +

        DataSourceCompositeResolver

        +
        public DataSourceCompositeResolver(DataSourceResolver[] dataSourceResolvers,
        +                           boolean isLenient)
        +
        Constructor.
        +
        Parameters:
        dataSourceResolvers - a list of of resolvers being used
        isLenient - shall we ignore resources not found or throw an exception?
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        resolve

        +
        public DataSource resolve(String resourceLocation)
        +                   throws IOException
        +
        Resolves the given resource location to a DataSource.
        +
        Parameters:
        resourceLocation - the location of the resource
        +
        Returns:
        the DataSource
        +
        Throws:
        +
        IOException - the resource was not found
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        public DataSource resolve(String resourceLocation,
        +                 boolean isLenient)
        +                   throws IOException
        +
        Resolves the given resource location to a DataSource.
        +
        Parameters:
        resourceLocation - the location of the resource
        isLenient - shall we ignore resources not found or complain with an exception?
        +
        Returns:
        the data source containing the resource or null if the resource was not found in lenient mode
        +
        Throws:
        +
        IOException - resolving the resource failed
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceCompositeResolver.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceCompositeResolver.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceCompositeResolver.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceFileResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceFileResolver.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceFileResolver.html Sat May 23 18:45:36 2015 @@ -0,0 +1,363 @@ + + + + + +DataSourceFileResolver (Apache Commons Email 1.4 API) + + + + + + + + + + +
+
org.apache.commons.mail.resolver
+

Class DataSourceFileResolver

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + + + +
        +
      • +

        DataSourceFileResolver

        +
        public DataSourceFileResolver(File baseDir)
        +
        Constructor.
        +
        Parameters:
        baseDir - the base directory of the resource when resolving relative paths
        +
      • +
      + + + +
        +
      • +

        DataSourceFileResolver

        +
        public DataSourceFileResolver(File baseDir,
        +                      boolean lenient)
        +
        Constructor.
        +
        Parameters:
        baseDir - the base directory of the resource when resolving relative paths
        lenient - shall we ignore resources not found or complain with an exception
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBaseDir

        +
        public File getBaseDir()
        +
        Get the base directory used for resolving relative resource locations.
        +
        Returns:
        the baseUrl
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        public DataSource resolve(String resourceLocation)
        +                   throws IOException
        +
        Resolves the given resource location to a DataSource.
        +
        Parameters:
        resourceLocation - the location of the resource
        +
        Returns:
        the DataSource
        +
        Throws:
        +
        IOException - the resource was not found
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        public DataSource resolve(String resourceLocation,
        +                 boolean isLenient)
        +                   throws IOException
        +
        Resolves the given resource location to a DataSource.
        +
        Parameters:
        resourceLocation - the location of the resource
        isLenient - shall we ignore resources not found or complain with an exception?
        +
        Returns:
        the data source containing the resource or null if the resource was not found in lenient mode
        +
        Throws:
        +
        IOException - resolving the resource failed
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceFileResolver.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceFileResolver.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceFileResolver.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceUrlResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceUrlResolver.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceUrlResolver.html Sat May 23 18:45:36 2015 @@ -0,0 +1,370 @@ + + + + + +DataSourceUrlResolver (Apache Commons Email 1.4 API) + + + + + + + + + + +
+
org.apache.commons.mail.resolver
+

Class DataSourceUrlResolver

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataSourceUrlResolver

        +
        public DataSourceUrlResolver(URL baseUrl)
        +
        Constructor.
        +
        Parameters:
        baseUrl - the base URL used for resolving relative resource locations
        +
      • +
      + + + +
        +
      • +

        DataSourceUrlResolver

        +
        public DataSourceUrlResolver(URL baseUrl,
        +                     boolean lenient)
        +
        Constructor.
        +
        Parameters:
        baseUrl - the base URL used for resolving relative resource locations
        lenient - shall we ignore resources not found or complain with an exception
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBaseUrl

        +
        public URL getBaseUrl()
        +
        Get the base URL used for resolving relative resource locations.
        +
        Returns:
        the baseUrl
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        public DataSource resolve(String resourceLocation)
        +                   throws IOException
        +
        Resolves the given resource location to a DataSource.
        +
        Parameters:
        resourceLocation - the location of the resource
        +
        Returns:
        the DataSource
        +
        Throws:
        +
        IOException - the resource was not found
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        public DataSource resolve(String resourceLocation,
        +                 boolean isLenient)
        +                   throws IOException
        +
        Resolves the given resource location to a DataSource.
        +
        Parameters:
        resourceLocation - the location of the resource
        isLenient - shall we ignore resources not found or complain with an exception?
        +
        Returns:
        the data source containing the resource or null if the resource was not found in lenient mode
        +
        Throws:
        +
        IOException - resolving the resource failed
        +
      • +
      + + + +
        +
      • +

        createUrl

        +
        protected URL createUrl(String resourceLocation)
        +                 throws MalformedURLException
        +
        Create an URL based on a base URL and a resource location suitable for loading + the resource.
        +
        Parameters:
        resourceLocation - a resource location
        +
        Returns:
        the corresponding URL
        +
        Throws:
        +
        MalformedURLException - creating the URL failed
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceUrlResolver.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceUrlResolver.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/DataSourceUrlResolver.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceBaseResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceBaseResolver.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceBaseResolver.html Sat May 23 18:45:36 2015 @@ -0,0 +1,182 @@ + + + + + +Uses of Class org.apache.commons.mail.resolver.DataSourceBaseResolver (Apache Commons Email 1.4 API) + + + + + + + + + +
+

Uses of Class
org.apache.commons.mail.resolver.DataSourceBaseResolver

+
+
+ +
+ + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceBaseResolver.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceBaseResolver.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceBaseResolver.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceClassPathResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceClassPathResolver.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceClassPathResolver.html Sat May 23 18:45:36 2015 @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.commons.mail.resolver.DataSourceClassPathResolver (Apache Commons Email 1.4 API) + + + + + + + + + +
+

Uses of Class
org.apache.commons.mail.resolver.DataSourceClassPathResolver

+
+
No usage of org.apache.commons.mail.resolver.DataSourceClassPathResolver
+ + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceClassPathResolver.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceClassPathResolver.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceClassPathResolver.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceCompositeResolver.html ============================================================================== --- websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceCompositeResolver.html (added) +++ websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceCompositeResolver.html Sat May 23 18:45:36 2015 @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.commons.mail.resolver.DataSourceCompositeResolver (Apache Commons Email 1.4 API) + + + + + + + + + +
+

Uses of Class
org.apache.commons.mail.resolver.DataSourceCompositeResolver

+
+
No usage of org.apache.commons.mail.resolver.DataSourceCompositeResolver
+ + + + +

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.

+ + Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceCompositeResolver.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceCompositeResolver.html ------------------------------------------------------------------------------ svn:keywords = Id Revision HeadURL Propchange: websites/production/commons/content/proper/commons-email/javadocs/api-release/org/apache/commons/mail/resolver/class-use/DataSourceCompositeResolver.html ------------------------------------------------------------------------------ svn:mime-type = text/html