public interface CloneTable
| Modifier and Type | Field and Description |
|---|---|
static CloneTable |
NULL
A null clone table.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone(Object original,
ObjectCloner objectCloner,
ClassCloner classCloner)
Attempt to clone the given object.
|
static final CloneTable NULL
Object clone(Object original, ObjectCloner objectCloner, ClassCloner classCloner) throws IOException, ClassNotFoundException
null.original - the originalobjectCloner - the object clonerclassCloner - the class clonernull if none can be acquiredIOException - if an I/O error occursClassNotFoundException - if a class is not foundCopyright © 2017 JBoss by Red Hat. All rights reserved.