org.nuiton.util.converter
Class VersionConverter
java.lang.Object
org.nuiton.util.converter.VersionConverter
- All Implemented Interfaces:
- org.apache.commons.beanutils.Converter
public class VersionConverter
- extends Object
- implements org.apache.commons.beanutils.Converter
classe pour convertir une chaine en un objet Version.
- Since:
- 1.3 (replace
org.nuiton.util.VersionConverter).
- 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()
convert
public Object convert(Class aClass,
Object value)
- Specified by:
convert in interface org.apache.commons.beanutils.Converter
isEnabled
protected boolean isEnabled(Class<?> aClass)
getType
public Class<?> getType()
Copyright © 2004-2010 CodeLutin. All Rights Reserved.