org.nuiton.util
Class VersionConverter
java.lang.Object
org.nuiton.util.VersionConverter
- All Implemented Interfaces:
- org.apache.commons.beanutils.Converter
Deprecated. since 1.3, use now the VersionConverter class.
@Deprecated
public class VersionConverter
- extends Object
- implements org.apache.commons.beanutils.Converter
classe pour convertir une chaine en un objet Version.
- Author:
- tchemit
- See Also:
Version
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionConverter
public VersionConverter()
- Deprecated.
convert
public Object convert(Class aClass,
Object value)
- Deprecated.
- Specified by:
convert in interface org.apache.commons.beanutils.Converter
isEnabled
protected boolean isEnabled(Class<?> aClass)
- Deprecated.
getType
public Class<?> getType()
- Deprecated.
Copyright © 2004-2010 CodeLutin. All Rights Reserved.