Package org.eclipse.emf.cdo.lm.util
Interface LMMerger
- All Known Subinterfaces:
LMMerger2
- All Known Implementing Classes:
CoreDeliveryMerger
public interface LMMerger
- Author:
- Eike Stepper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) Merges the changes from the given source branch point into the given target branch and returns the time stamp of the resulting commit into the merge target branch, orCDOBranchPoint.INVALID_DATE
if no commit has happened.
-
Field Details
-
CORE
-
-
Method Details
-
mergeDelivery
Merges the changes from the given source branch point into the given target branch and returns the time stamp of the resulting commit into the merge target branch, orCDOBranchPoint.INVALID_DATE
if no commit has happened.
-