Package org.eclipse.emf.cdo.lm.util
Schnittstelle LMMerger
- Alle bekannten Unterschnittstellen:
LMMerger2
- Alle bekannten Implementierungsklassen:
CoreDeliveryMerger
public interface LMMerger
Merges the commits of a source
change
into the branch
of a target stream
in order to create a delivery
.- Autor:
- Eike Stepper
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
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.
-
Felddetails
-
CORE
-
-
Methodendetails
-
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.
-