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 0172A200BF2 for ; Mon, 19 Dec 2016 00:35:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 000E4160B36; Sun, 18 Dec 2016 23:35:31 +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 12E8D160B39 for ; Mon, 19 Dec 2016 00:35:28 +0100 (CET) Received: (qmail 7143 invoked by uid 500); 18 Dec 2016 23:35:28 -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 7095 invoked by uid 99); 18 Dec 2016 23:35:28 -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; Sun, 18 Dec 2016 23:35:28 +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 87E51C036D for ; Sun, 18 Dec 2016 23:35:27 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 3VSErMGB_0so for ; Sun, 18 Dec 2016 23:35:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 2CE265FDDC for ; Sun, 18 Dec 2016 23:35:05 +0000 (UTC) Received: (qmail 3451 invoked by uid 99); 18 Dec 2016 23:33:49 -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; Sun, 18 Dec 2016 23:33:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 233F4DFB00; Sun, 18 Dec 2016 23:33:49 +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: Sun, 18 Dec 2016 23:34:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [28/40] incubator-tamaya-site git commit: TAMAYA-186: Regenerate page with new structure/menu archived-at: Sun, 18 Dec 2016 23:35:31 -0000 http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/cb3c154a/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html new file mode 100644 index 0000000..7d2522c --- /dev/null +++ b/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html @@ -0,0 +1,300 @@ + + + + + + +EnumConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + + +
+
org.apache.tamaya.core.internal.converters
+

Class EnumConverter<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.tamaya.core.internal.converters.EnumConverter<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PropertyConverter<T>
    +
    +
    +
    +
    public class EnumConverter<T>
    +extends Object
    +implements PropertyConverter<T>
    +
    Converter, converting from String to tge given enum type.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EnumConverter

        +
        public EnumConverter(Class<T> enumType)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        convert

        +
        public T convert(String value,
        +                 ConversionContext context)
        +
        Description copied from interface: PropertyConverter
        +
        Convert the given configuration keys from its String representation into the required target type. + The context instance passed also allows to add a list of supported formats, which is very handy in case a + value could not be converted. This list of supported formats can then shown to the user to give some hints + how a value could be configured.
        +
        +
        Specified by:
        +
        convert in interface PropertyConverter<T>
        +
        Parameters:
        +
        value - configuration key that needs to be converted
        +
        context - the ConversionContext, containing the String value and the requested configuration key.
        +
        Returns:
        +
        converted keys
        +
        See Also:
        +
        ConversionContext.addSupportedFormats(Class, String...)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/cb3c154a/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html new file mode 100644 index 0000000..522281b --- /dev/null +++ b/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html @@ -0,0 +1,300 @@ + + + + + + +FileConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + + +
+
org.apache.tamaya.core.internal.converters
+

Class FileConverter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.tamaya.core.internal.converters.FileConverter
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FileConverter

        +
        public FileConverter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        convert

        +
        public File convert(String value,
        +                    ConversionContext context)
        +
        Description copied from interface: PropertyConverter
        +
        Convert the given configuration keys from its String representation into the required target type. + The context instance passed also allows to add a list of supported formats, which is very handy in case a + value could not be converted. This list of supported formats can then shown to the user to give some hints + how a value could be configured.
        +
        +
        Specified by:
        +
        convert in interface PropertyConverter<File>
        +
        Parameters:
        +
        value - configuration key that needs to be converted
        +
        context - the ConversionContext, containing the String value and the requested configuration key.
        +
        Returns:
        +
        converted keys
        +
        See Also:
        +
        ConversionContext.addSupportedFormats(Class, String...)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/cb3c154a/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html new file mode 100644 index 0000000..ff54c11 --- /dev/null +++ b/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html @@ -0,0 +1,307 @@ + + + + + + +FloatConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + + +
+
org.apache.tamaya.core.internal.converters
+

Class FloatConverter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.tamaya.core.internal.converters.FloatConverter
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PropertyConverter<Float>
    +
    +
    +
    +
    public class FloatConverter
    +extends Object
    +implements PropertyConverter<Float>
    +
    Converter, converting from String to Float, using the Java number syntax: + (-)?[0-9]*\.[0-9]*. In case of error the value given also is tried being parsed as integral number using + LongConverter. Additionally the following values are supported: +
      +
    • NaN (ignoring case)
    • +
    • POSITIVE_INFINITY (ignoring case)
    • +
    • NEGATIVE_INFINITY (ignoring case)
    • +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FloatConverter

        +
        public FloatConverter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        convert

        +
        public Float convert(String value,
        +                     ConversionContext context)
        +
        Description copied from interface: PropertyConverter
        +
        Convert the given configuration keys from its String representation into the required target type. + The context instance passed also allows to add a list of supported formats, which is very handy in case a + value could not be converted. This list of supported formats can then shown to the user to give some hints + how a value could be configured.
        +
        +
        Specified by:
        +
        convert in interface PropertyConverter<Float>
        +
        Parameters:
        +
        value - configuration key that needs to be converted
        +
        context - the ConversionContext, containing the String value and the requested configuration key.
        +
        Returns:
        +
        converted keys
        +
        See Also:
        +
        ConversionContext.addSupportedFormats(Class, String...)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/cb3c154a/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html new file mode 100644 index 0000000..4d5102f --- /dev/null +++ b/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html @@ -0,0 +1,314 @@ + + + + + + +IntegerConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + + +
+
org.apache.tamaya.core.internal.converters
+

Class IntegerConverter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.tamaya.core.internal.converters.IntegerConverter
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PropertyConverter<Integer>
    +
    +
    +
    +
    public class IntegerConverter
    +extends Object
    +implements PropertyConverter<Integer>
    +
    Converter, converting from String to Integer, the supported format is one of the following: +
      +
    • 123 (byte value)
    • +
    • 0xFF (byte value)
    • +
    • 0XDF (byte value)
    • +
    • 0D1 (byte value)
    • +
    • -123 (byte value)
    • +
    • -0xFF (byte value)
    • +
    • -0XDF (byte value)
    • +
    • -0D1 (byte value)
    • +
    • MIN_VALUE (ignoring case)
    • +
    • MIN (ignoring case)
    • +
    • MAX_VALUE (ignoring case)
    • +
    • MAX (ignoring case)
    • +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IntegerConverter

        +
        public IntegerConverter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        convert

        +
        public Integer convert(String value,
        +                       ConversionContext context)
        +
        Description copied from interface: PropertyConverter
        +
        Convert the given configuration keys from its String representation into the required target type. + The context instance passed also allows to add a list of supported formats, which is very handy in case a + value could not be converted. This list of supported formats can then shown to the user to give some hints + how a value could be configured.
        +
        +
        Specified by:
        +
        convert in interface PropertyConverter<Integer>
        +
        Parameters:
        +
        value - configuration key that needs to be converted
        +
        context - the ConversionContext, containing the String value and the requested configuration key.
        +
        Returns:
        +
        converted keys
        +
        See Also:
        +
        ConversionContext.addSupportedFormats(Class, String...)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/cb3c154a/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html new file mode 100644 index 0000000..8f954da --- /dev/null +++ b/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html @@ -0,0 +1,314 @@ + + + + + + +LongConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + + +
+
org.apache.tamaya.core.internal.converters
+

Class LongConverter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.tamaya.core.internal.converters.LongConverter
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PropertyConverter<Long>
    +
    +
    +
    +
    public class LongConverter
    +extends Object
    +implements PropertyConverter<Long>
    +
    Converter, converting from String to Long, the supported format is one of the following: +
      +
    • 123 (byte value)
    • +
    • 0xFF (byte value)
    • +
    • 0XDF (byte value)
    • +
    • 0D1 (byte value)
    • +
    • -123 (byte value)
    • +
    • -0xFF (byte value)
    • +
    • -0XDF (byte value)
    • +
    • -0D1 (byte value)
    • +
    • MIN_VALUE (ignoring case)
    • +
    • MIN (ignoring case)
    • +
    • MAX_VALUE (ignoring case)
    • +
    • MAX (ignoring case)
    • +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LongConverter

        +
        public LongConverter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        convert

        +
        public Long convert(String value,
        +                    ConversionContext context)
        +
        Description copied from interface: PropertyConverter
        +
        Convert the given configuration keys from its String representation into the required target type. + The context instance passed also allows to add a list of supported formats, which is very handy in case a + value could not be converted. This list of supported formats can then shown to the user to give some hints + how a value could be configured.
        +
        +
        Specified by:
        +
        convert in interface PropertyConverter<Long>
        +
        Parameters:
        +
        value - configuration key that needs to be converted
        +
        context - the ConversionContext, containing the String value and the requested configuration key.
        +
        Returns:
        +
        converted keys
        +
        See Also:
        +
        ConversionContext.addSupportedFormats(Class, String...)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ +