com.ibm.rational.wvcm.stp.cc
Interface CcMergeHandlingCallback
public interface CcMergeHandlingCallback
Interface to let the GUI deal with merge operations on checkin.
performManualMerge
CcMergeHandlingCallback.CheckinMergeHandling performManualMerge(CcFile file,
CcVersion fromVersion,
CcVersion toVersion)
throws WvcmException
- This method is called when a manual merge from LATEST is needed.
- Parameters:
file
- the file we're mergingfromVersion
- the base versiontoVersion
- the version we're merging with
- Returns:
- CheckinMergeHandling enumeration specifying how the checkin
is to be handled after the merge
- Throws:
WvcmException
Copyright © IBM 2010. All rights reserved.