com.waveset.session
Interface ImportMerger


public interface ImportMerger

An interface of an object that is able to perform an intelligent merge on two persistent objects during an import.


Method Summary
 void merge(PersistentObject newEl, PersistentObject current)
          Merges an instantiated object from the archive file with another object.
 

Method Detail

merge

public void merge(PersistentObject newEl,
                  PersistentObject current)
           throws WavesetException
Merges an instantiated object from the archive file with another object. Changes must be left in the new object.

Throws:
WavesetException