|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMergeContext
A collection of progress/status information for IMergeStrategys as well as some
utility functions.
IMergeStrategy| Method Summary | |
|---|---|
ICloneObjectExtensionMerger |
getCloneObjectExtensionMerger()
Retrieves an ICloneObjectExtensionMerger instance which can be used to merge the
extension data of a given clone par. |
java.util.LinkedList<IClone> |
getPendingBaseClones()
Retrieves a list of still unhandled base clones. |
java.util.LinkedList<IClone> |
getPendingLocalClones()
Retrieves a list of still unhandled local clones in their pre-merge state. |
java.util.LinkedList<IClone> |
getPendingRemoteClones()
Retrieves a list of still unhandled remote clones in their pre-merge state. |
boolean |
isLocalOrRemoteClonePending()
Checks if there are still some unhandled local or remote clones left in this context. |
| Method Detail |
|---|
java.util.LinkedList<IClone> getPendingLocalClones()
IMergeStrategy.
java.util.LinkedList<IClone> getPendingRemoteClones()
IMergeStrategy.
java.util.LinkedList<IClone> getPendingBaseClones()
IMergeStrategy.
boolean isLocalOrRemoteClonePending()
getPendingLocalClones() or getPendingRemoteClones()
is not empty, false otherwise.ICloneObjectExtensionMerger getCloneObjectExtensionMerger()
ICloneObjectExtensionMerger instance which can be used to merge the
extension data of a given clone par.
ICloneObjectExtensionMerger, never null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||