org.apache.jetspeed.util
Class CloneUtil

java.lang.Object
  extended by org.apache.jetspeed.util.CloneUtil

public class CloneUtil
extends Object

Utility for object cloning

Author:
Scott T. Weaver

Constructor Summary
CloneUtil()
           
 
Method Summary
static Object deepClone(Object objToClone)
          Provides a deep clone serializing/de-serializng objToClone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneUtil

public CloneUtil()
Method Detail

deepClone

public static final Object deepClone(Object objToClone)
Provides a deep clone serializing/de-serializng objToClone

Parameters:
objToClone - The object to be cloned
Returns:
The cloned object


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.