Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4387D200D09 for ; Tue, 12 Sep 2017 21:17:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4210B1609C7; Tue, 12 Sep 2017 19:17:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 476921609C9 for ; Tue, 12 Sep 2017 21:17:21 +0200 (CEST) Received: (qmail 39811 invoked by uid 500); 12 Sep 2017 19:17:20 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 39785 invoked by uid 99); 12 Sep 2017 19:17:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2017 19:17:19 +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 03EC418CC55 for ; Tue, 12 Sep 2017 19:17:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.522 X-Spam-Level: X-Spam-Status: No, score=-2.522 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_MANYCOMMENTS=1.2, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id tIm60F5d4xGC for ; Tue, 12 Sep 2017 19:16:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 3258661269 for ; Tue, 12 Sep 2017 19:16:41 +0000 (UTC) Received: (qmail 37427 invoked by uid 99); 12 Sep 2017 19:16:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2017 19:16:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31F31F580A; Tue, 12 Sep 2017 19:16:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pottlinger@apache.org To: commits@tamaya.incubator.apache.org Date: Tue, 12 Sep 2017 19:17:09 -0000 Message-Id: <972f040d7c7c477d80607f6e4448d038@git.apache.org> In-Reply-To: <7555f50972b34b1793d7222b1aebe2a2@git.apache.org> References: <7555f50972b34b1793d7222b1aebe2a2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/35] incubator-tamaya-site git commit: TAMAYA-285: Add release API version 0.3 archived-at: Tue, 12 Sep 2017 19:17:23 -0000 http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/388b74f6/apidocs/stable/org/apache/tamaya/ConfigurationProvider.html ---------------------------------------------------------------------- diff --git a/apidocs/stable/org/apache/tamaya/ConfigurationProvider.html b/apidocs/stable/org/apache/tamaya/ConfigurationProvider.html new file mode 100644 index 0000000..1f1484a --- /dev/null +++ b/apidocs/stable/org/apache/tamaya/ConfigurationProvider.html @@ -0,0 +1,384 @@ + + + + + + +ConfigurationProvider (Apache Tamaya Base 0.3-incubating API) + + + + + + + + + + + + + + + + + + +
+
org.apache.tamaya
+

Class ConfigurationProvider

+
+
+ +
+
    +
  • +
    +
    +
    public final class ConfigurationProvider
    +extends Object
    +
    Static access to the Configuration for the very application.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConfiguration

        +
        public static Configuration getConfiguration()
        +
        Access the current configuration.
        +
        +
        Returns:
        +
        the corresponding Configuration instance, never null.
        +
        +
      • +
      + + + +
        +
      • +

        createConfiguration

        +
        public static Configuration createConfiguration(ConfigurationContext context)
        +
        Creates a new configuration instance based on the given context.
        +
        +
        Parameters:
        +
        context - the configuration context, not null.
        +
        Returns:
        +
        a new Configuration instance, never null.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setConfigurationContext

        +
        @Deprecated
        +public static void setConfigurationContext(ConfigurationContext context)
        +
        Deprecated. Use #setConfiguration(Configuration) instead of.
        +
        This method allows to replace the current ConfigurationContext with a new + instance. This can be used to update the context with a new one, e.g. because some of the configuration + data has changed and should be updated. It is the responsibility of the ConfigurationProvider to trigger + corresponding update events for the current Configuration, so observing + listeners can do whatever is appropriate to react to any given configuration changes.
        +
        +
        Parameters:
        +
        context - the new ConfigurationContext to be applied.
        +
        Throws:
        +
        UnsupportedOperationException - if the current provider is read-only and does not support + applying a new ConfigurationContext.
        +
        +
      • +
      + + + +
        +
      • +

        setConfiguration

        +
        public static void setConfiguration(Configuration config)
        +
        This method allows to replace the current default Configuration with a new + instance. It is the responsibility of the ConfigurationProvider to trigger + corresponding update events for the current Configuration, so observing + listeners can do whatever is appropriate to react to any given configuration change.
        +
        +
        Parameters:
        +
        config - the new Configuration to be applied, not null
        +
        Throws:
        +
        UnsupportedOperationException - if the current provider is read-only and + does not support + applying a new Configuration.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2017 Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/388b74f6/apidocs/stable/org/apache/tamaya/TypeLiteral.html ---------------------------------------------------------------------- diff --git a/apidocs/stable/org/apache/tamaya/TypeLiteral.html b/apidocs/stable/org/apache/tamaya/TypeLiteral.html new file mode 100644 index 0000000..5e640c5 --- /dev/null +++ b/apidocs/stable/org/apache/tamaya/TypeLiteral.html @@ -0,0 +1,481 @@ + + + + + + +TypeLiteral (Apache Tamaya Base 0.3-incubating API) + + + + + + + + + + + + + + + + + + + + + +
+
org.apache.tamaya
+

Class TypeLiteral<T>

+
+
+ +
+
    +
  • +
    +
    Type Parameters:
    +
    T - the type, including all type parameters
    +
    +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class TypeLiteral<T>
    +extends Object
    +implements Serializable
    +

    Class for instantiation of objects that represent parameterized types + with current parameters.

    + +

    An object that represents a parameterized type may be obtained by + subclassing TypeLiteral.

    + +
    + TypeLiteral<List<Integer>> stringListType = new TypeLiteral<List<Integer>>() {};
    + 
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeLiteral

        +
        public TypeLiteral(Type definedType)
        +
        Constructor.
        +
        +
        Parameters:
        +
        definedType - the defined type.
        +
        +
      • +
      + + + +
        +
      • +

        TypeLiteral

        +
        public TypeLiteral()
        +
        Constructor only for directly implemeting a TypeLiteral hereby dynamically implementing a generic interface.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        of

        +
        public static <R> TypeLiteral<R> of(Type type)
        +
        Creates a new TypeLiteral based on a given type.
        +
        +
        Type Parameters:
        +
        R - the literal generic type.
        +
        Parameters:
        +
        type - the type , not null.
        +
        Returns:
        +
        the corresponding TypeLiteral, never null.
        +
        +
      • +
      + + + +
        +
      • +

        getGenericInterfaceTypeParameters

        +
        public static Type[] getGenericInterfaceTypeParameters(Class<?> clazz,
        +                                                       Class<?> interfaceType)
        +
        Checks the current implemented generic interfaces and evaluates the given single type parameter.
        +
        +
        Parameters:
        +
        clazz - the class to check, not null.
        +
        interfaceType - the interface type to be checked, not null.
        +
        Returns:
        +
        the generic type parameter, or null, if it cannot be evaluated.
        +
        +
      • +
      + + + +
        +
      • +

        getTypeParameters

        +
        public static Type[] getTypeParameters(Type type)
        +
        Method that checks the class's type for a generic interface implementation type.
        +
        +
        Parameters:
        +
        type - the type, not null.
        +
        Returns:
        +
        the generic type parameter of the given single type generic interfaceType, or null.
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public final Type getType()
        +
      • +
      + + + +
        +
      • +

        getRawType

        +
        public final Class<T> getRawType()
        +
        Returns basic raw Java type.
        +
        +
        Returns:
        +
        the actual type represented by this object
        +
        +
      • +
      + + + +
        +
      • +

        getDefinedType

        +
        protected Type getDefinedType(Class<?> clazz)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2017 Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/388b74f6/apidocs/stable/org/apache/tamaya/class-use/ConfigException.html ---------------------------------------------------------------------- diff --git a/apidocs/stable/org/apache/tamaya/class-use/ConfigException.html b/apidocs/stable/org/apache/tamaya/class-use/ConfigException.html new file mode 100644 index 0000000..a8669f5 --- /dev/null +++ b/apidocs/stable/org/apache/tamaya/class-use/ConfigException.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class org.apache.tamaya.ConfigException (Apache Tamaya Base 0.3-incubating API) + + + + + + + + + + +
+

Uses of Class
org.apache.tamaya.ConfigException

+
+
No usage of org.apache.tamaya.ConfigException
+ + + + +

Copyright © 2014–2017 Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/388b74f6/apidocs/stable/org/apache/tamaya/class-use/ConfigOperator.html ---------------------------------------------------------------------- diff --git a/apidocs/stable/org/apache/tamaya/class-use/ConfigOperator.html b/apidocs/stable/org/apache/tamaya/class-use/ConfigOperator.html new file mode 100644 index 0000000..890a302 --- /dev/null +++ b/apidocs/stable/org/apache/tamaya/class-use/ConfigOperator.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Interface org.apache.tamaya.ConfigOperator (Apache Tamaya Base 0.3-incubating API) + + + + + + + + + + +
+

Uses of Interface
org.apache.tamaya.ConfigOperator

+
+
+ +
+ + + + +

Copyright © 2014–2017 Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/388b74f6/apidocs/stable/org/apache/tamaya/class-use/ConfigQuery.html ---------------------------------------------------------------------- diff --git a/apidocs/stable/org/apache/tamaya/class-use/ConfigQuery.html b/apidocs/stable/org/apache/tamaya/class-use/ConfigQuery.html new file mode 100644 index 0000000..69cb6fe --- /dev/null +++ b/apidocs/stable/org/apache/tamaya/class-use/ConfigQuery.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Interface org.apache.tamaya.ConfigQuery (Apache Tamaya Base 0.3-incubating API) + + + + + + + + + + +
+

Uses of Interface
org.apache.tamaya.ConfigQuery

+
+
+ +
+ + + + +

Copyright © 2014–2017 Apache Software Foundation. All rights reserved.

+ +