org.apache.jetspeed.util
Class CloneUtil
java.lang.Object
org.apache.jetspeed.util.CloneUtil
public class CloneUtil
- extends Object
Utility for object cloning
- Author:
- Scott T. Weaver
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 |
CloneUtil
public CloneUtil()
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.