public interface MergeProcessor
Modifier and Type | Method and Description |
---|---|
void |
addMergeItem(Object mergeItem)
Add an item to be merged.
|
Object |
performMerge()
Perform the merge.
|
void addMergeItem(Object mergeItem) throws MergeException
mergeItem
- in the item to merge.MergeException
- on exceptionsObject performMerge() throws MergeException
MergeException
- if there is a problemCopyright © 2004-2013 Codehaus. All Rights Reserved.