Return-Path: X-Original-To: apmail-onami-commits-archive@minotaur.apache.org Delivered-To: apmail-onami-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38EF5D7AF for ; Sun, 2 Dec 2012 23:33:54 +0000 (UTC) Received: (qmail 43198 invoked by uid 500); 2 Dec 2012 23:33:54 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 43166 invoked by uid 500); 2 Dec 2012 23:33:54 -0000 Mailing-List: contact commits-help@onami.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@onami.incubator.apache.org Delivered-To: mailing list commits@onami.incubator.apache.org Received: (qmail 43156 invoked by uid 99); 2 Dec 2012 23:33:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 23:33:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 23:33:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 111482388BA2; Sun, 2 Dec 2012 23:32:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1416291 [10/48] - in /incubator/onami/site/configuration: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/... Date: Sun, 02 Dec 2012 23:32:26 -0000 To: commits@onami.incubator.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121202233249.111482388BA2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/CharsetConverter.html URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/CharsetConverter.html?rev=1416291&view=auto ============================================================================== --- incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/CharsetConverter.html (added) +++ incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/CharsetConverter.html Sun Dec 2 23:31:59 2012 @@ -0,0 +1,1194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CharsetConverter + + +| Apache Onami-Configuration + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + final + + class +

CharsetConverter

+ + + + + + + + + + + + + extends AbstractConverter<T>
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳com.google.inject.TypeLiteral<T>
    ↳org.apache.onami.configuration.converters.AbstractConverter<T>
     ↳org.apache.onami.configuration.converters.CharsetConverter
+ + + + + + + +
+ + +

Class Overview

+

Converter implementation for java.nio.charset.Charset. +

+ + + + + +
+ + + + + + + + + + + + + + + + +
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + CharsetConverter() + +
+ + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + Object + + convert(String value, TypeLiteral<?> toType) + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + org.apache.onami.configuration.converters.AbstractConverter + +
+ + +
+
+ +From class + + com.google.inject.TypeLiteral + +
+ + +
+
+ +From class + + java.lang.Object + +
+ + +
+
+ +From interface + + com.google.inject.Module + +
+ + +
+
+ +From interface + + com.google.inject.spi.TypeConverter + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + CharsetConverter + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + + + Object + + convert + (String value, TypeLiteral<?> toType) +

+
+
+ +
+ + + +
+
+ +

+

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Propchange: incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/CharsetConverter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/CharsetConverter.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/ClobConverter.html URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/ClobConverter.html?rev=1416291&view=auto ============================================================================== --- incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/ClobConverter.html (added) +++ incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/ClobConverter.html Sun Dec 2 23:31:59 2012 @@ -0,0 +1,1193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ClobConverter + + +| Apache Onami-Configuration + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + final + + class +

ClobConverter

+ + + + + + + + + + + + + extends AbstractConverter<T>
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳com.google.inject.TypeLiteral<T>
    ↳org.apache.onami.configuration.converters.AbstractConverter<T>
     ↳org.apache.onami.configuration.converters.ClobConverter
+ + + + + + + +
+ + +

Class Overview

+

Converter implementation for java.sql.Clob.

+ + + + + +
+ + + + + + + + + + + + + + + + +
+ + +

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + ClobConverter() + +
+ + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + Object + + convert(String value, TypeLiteral<?> toType) + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + org.apache.onami.configuration.converters.AbstractConverter + +
+ + +
+
+ +From class + + com.google.inject.TypeLiteral + +
+ + +
+
+ +From class + + java.lang.Object + +
+ + +
+
+ +From interface + + com.google.inject.Module + +
+ + +
+
+ +From interface + + com.google.inject.spi.TypeConverter + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Constructors

+ + + + + +
+

+ + public + + + + + + + ClobConverter + () +

+
+
+ +
+ + + +
+
+ +

+ +
+
+ + + + + + + + + + + + + +

Public Methods

+ + + + + +
+

+ + public + + + + + Object + + convert + (String value, TypeLiteral<?> toType) +

+
+
+ +
+ + + +
+
+ +

+

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Propchange: incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/ClobConverter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/configuration/apidocs/reference/org/apache/onami/configuration/converters/ClobConverter.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision