org.apache.http.client.utils
Class CloneUtils

java.lang.Object
  extended by org.apache.http.client.utils.CloneUtils

public class CloneUtils
extends java.lang.Object

A collection of utilities to workaround limitations of Java clone framework.


Method Summary
static java.lang.Object clone(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public static java.lang.Object clone(java.lang.Object obj)
                              throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException


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