public interface CloneTable
Modifier and Type | Field and Description |
---|---|
static CloneTable |
NULL
A null clone table.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone(java.lang.Object original,
ObjectCloner objectCloner,
ClassCloner classCloner)
Attempt to clone the given object.
|
static final CloneTable NULL
java.lang.Object clone(java.lang.Object original, ObjectCloner objectCloner, ClassCloner classCloner) throws java.io.IOException, java.lang.ClassNotFoundException
null
.original
- the originalobjectCloner
- the object clonerclassCloner
- the class clonernull
if none can be acquiredjava.io.IOException
- if an I/O error occursjava.lang.ClassNotFoundException
- if a class is not foundCopyright © 2011 JBoss, a division of Red Hat, Inc.