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 DAA9A200BA8 for ; Mon, 24 Oct 2016 22:23:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D9121160AD7; Mon, 24 Oct 2016 20:23:16 +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 B72FB160AEB for ; Mon, 24 Oct 2016 22:23:14 +0200 (CEST) Received: (qmail 91383 invoked by uid 500); 24 Oct 2016 20:23:13 -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 91374 invoked by uid 99); 24 Oct 2016 20:23:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 20:23:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4C322C184B for ; Mon, 24 Oct 2016 20:23:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.019 X-Spam-Level: X-Spam-Status: No, score=-5.019 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id wqfi2CK9ep7g for ; Mon, 24 Oct 2016 20:23:02 +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 2B1055FBCD for ; Mon, 24 Oct 2016 20:23:01 +0000 (UTC) Received: (qmail 88924 invoked by uid 99); 24 Oct 2016 20:22:46 -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; Mon, 24 Oct 2016 20:22:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5A7EDFE80; Mon, 24 Oct 2016 20:22:45 +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: Mon, 24 Oct 2016 20:23:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/34] incubator-tamaya-site git commit: TAMAYA-178: New site draft with link to API/Javadoc. archived-at: Mon, 24 Oct 2016 20:23:17 -0000 http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/21b98714/apidocs/org/apache/tamaya/TypeLiteral.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/TypeLiteral.html b/apidocs/org/apache/tamaya/TypeLiteral.html new file mode 100644 index 0000000..dd39d7e --- /dev/null +++ b/apidocs/org/apache/tamaya/TypeLiteral.html @@ -0,0 +1,481 @@ + + + + + + +TypeLiteral (Apache Tamaya 0.3-incubating-SNAPSHOT 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–2016 Apache Software Foundation. All rights reserved.

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

Uses of Class
org.apache.tamaya.ConfigException

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

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

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

Uses of Interface
org.apache.tamaya.ConfigOperator

+
+
+ +
+ + + + +

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

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

Uses of Interface
org.apache.tamaya.ConfigQuery

+
+
+ +
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/21b98714/apidocs/org/apache/tamaya/class-use/Configuration.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/class-use/Configuration.html b/apidocs/org/apache/tamaya/class-use/Configuration.html new file mode 100644 index 0000000..f65d972 --- /dev/null +++ b/apidocs/org/apache/tamaya/class-use/Configuration.html @@ -0,0 +1,302 @@ + + + + + + +Uses of Interface org.apache.tamaya.Configuration (Apache Tamaya 0.3-incubating-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Interface
org.apache.tamaya.Configuration

+
+
+ +
+ + + + +

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

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

Uses of Class
org.apache.tamaya.ConfigurationProvider

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

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

+ +