@ParametersAreNonnullByDefault public final class ContentsCopier extends Object implements Copier<StoreAdapter>
Copier that recursively copies the content related to a PersistentEObject, from a StoreAdapter to another, by using the EMF methods.| Constructor and Description | 
|---|
| ContentsCopier(PersistentEObject object)Contructs a new  ContentsCopierfor the specifiedobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | copy(StoreAdapter source,
    StoreAdapter target) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic ContentsCopier(PersistentEObject object)
ContentsCopier for the specified object.object - the object to copypublic void copy(StoreAdapter source, StoreAdapter target)
copy in interface Copier<StoreAdapter>Copyright © 2013–2019 Atlanmod. All rights reserved.