net.sf.oness.common.model.util
Class CollectionCloneConverter

java.lang.Object
  extended bynet.sf.oness.common.model.util.CollectionCloneConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

public class CollectionCloneConverter
extends java.lang.Object
implements org.apache.commons.beanutils.Converter

Given a Collection copies all its elements to a new Collection

Version:
$Revision: 1.1 $
Author:
Carlos Sanchez

Constructor Summary
CollectionCloneConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Class type, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionCloneConverter

public CollectionCloneConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.Class type,
                                java.lang.Object value)
Specified by:
convert in interface org.apache.commons.beanutils.Converter
See Also:
Converter.convert(java.lang.Class, java.lang.Object)


Copyright © 2003-2005 ONess Project. All Rights Reserved.