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 EFF64E2CD for ; Sat, 9 Feb 2013 20:27:01 +0000 (UTC) Received: (qmail 61574 invoked by uid 500); 9 Feb 2013 20:27:01 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 61542 invoked by uid 500); 9 Feb 2013 20:27:01 -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 61529 invoked by uid 99); 9 Feb 2013 20:27:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2013 20:27:01 +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; Sat, 09 Feb 2013 20:26:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7EA412388C35; Sat, 9 Feb 2013 20:26:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1444424 [14/25] - in /incubator/onami/site/converters: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/apa... Date: Sat, 09 Feb 2013 20:25:59 -0000 To: commits@onami.incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130209202608.7EA412388C35@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html URL: http://svn.apache.org/viewvc/incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html?rev=1444424&view=auto ============================================================================== --- incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html (added) +++ incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html Sat Feb 9 20:25:51 2013 @@ -0,0 +1,1182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + FileConverter + + +| Apache Onami-Converters - Parent + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + final + + class +

FileConverter

+ + + + + + + + + + + + + extends AbstractConverter<T>
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳com.google.inject.TypeLiteral<T>
    ↳org.apache.onami.converters.core.AbstractConverter<T>
     ↳org.apache.onami.converters.system.FileConverter
+ + + + + + + +
+ + +

Class Overview

+

Converter implementation for java.io.File. +

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

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + FileConverter() + +
+ + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + Object + + convert(String value, TypeLiteral<?> toType) + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + org.apache.onami.converters.core.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 + + + + + + + FileConverter + () +

+
+
+ +
+ + + +
+
+ +

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

Public Methods

+ + + + + +
+

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

+
+
+ +
+ + + +
+
+ +

+

+ +
+
+ + + + + + + + + + + + + + +
+ +
+ +
+ + + + + \ No newline at end of file Propchange: incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/FileConverter.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/PatternConverter.html URL: http://svn.apache.org/viewvc/incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/PatternConverter.html?rev=1444424&view=auto ============================================================================== --- incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/PatternConverter.html (added) +++ incubator/onami/site/converters/apidocs/reference/org/apache/onami/converters/system/PatternConverter.html Sat Feb 9 20:25:51 2013 @@ -0,0 +1,1182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PatternConverter + + +| Apache Onami-Converters - Parent + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+ + + + +
+ public + + final + + class +

PatternConverter

+ + + + + + + + + + + + + extends AbstractConverter<T>
+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
java.lang.Object
   ↳com.google.inject.TypeLiteral<T>
    ↳org.apache.onami.converters.core.AbstractConverter<T>
     ↳org.apache.onami.converters.system.PatternConverter
+ + + + + + + +
+ + +

Class Overview

+

Converter implementation for java.util.regex.Pattern. +

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

Summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Public Constructors
+ + + + + + + + PatternConverter() + +
+ + + + + + + + + + + + + + + + + + +
Public Methods
+ + + + + + Object + + convert(String value, TypeLiteral<?> toType) + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ [Expand] +
Inherited Methods
+ +From class + + org.apache.onami.converters.core.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 + + + + + + + PatternConverter + () +

+
+
+ +
+ + + +
+
+ +

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

Public Methods

+ + + + + +
+

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

+
+
+ +
+ + + +
+
+ +

+

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