org.enableit.db
Class ConvertUtils

java.lang.Object
  |
  +--org.apache.commons.beanutils.ConvertUtils
        |
        +--org.enableit.db.ConvertUtils

Deprecated. Use org.apache.commons.beanutils.ConvertUtils.register()

public class ConvertUtils
extends org.apache.commons.beanutils.ConvertUtils

General container for all type conversions.


Field Summary
static java.lang.String ABOUT
          Deprecated. CVS info about this class and its current version
protected static org.apache.log4j.Category logger
          Deprecated. The Log4J Category doing the logging.
 
Constructor Summary
ConvertUtils()
          Deprecated. Default Constructor
 
Method Summary
static java.lang.Object convert(java.lang.Object value, java.lang.Class type)
          Deprecated.  
 
Methods inherited from class org.apache.commons.beanutils.ConvertUtils
convert, convert, convert, deregister, deregister, getDefaultBoolean, getDefaultByte, getDefaultCharacter, getDefaultDouble, getDefaultFloat, getDefaultInteger, getDefaultLong, getDefaultShort, lookup, register, setDefaultBoolean, setDefaultByte, setDefaultCharacter, setDefaultDouble, setDefaultFloat, setDefaultInteger, setDefaultLong, setDefaultShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Category logger
Deprecated. 
The Log4J Category doing the logging.


ABOUT

public static final java.lang.String ABOUT
Deprecated. 
CVS info about this class and its current version

See Also:
Constant Field Values
Constructor Detail

ConvertUtils

public ConvertUtils()
Deprecated. 
Default Constructor

Method Detail

convert

public static java.lang.Object convert(java.lang.Object value,
                                       java.lang.Class type)
                                throws java.lang.IllegalArgumentException
Deprecated. 
java.lang.IllegalArgumentException


Copyright © 1999-2004 enableIT.org. All Rights Reserved.