Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcMergeHandlingCallback


public interface CcMergeHandlingCallback

Interface to let the GUI deal with merge operations on checkin.


Nested Class Summary
static class CcMergeHandlingCallback.CheckinMergeHandling
          Enumeration to specify how to deal with the checkin after a merge.
 
Method Summary
 CcMergeHandlingCallback.CheckinMergeHandling performManualMerge(CcFile file, CcVersion fromVersion, CcVersion toVersion)
          This method is called when a manual merge from LATEST is needed.
 

Method Detail

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 merging
fromVersion - the base version
toVersion - the version we're merging with
Returns:
CheckinMergeHandling enumeration specifying how the checkin is to be handled after the merge
Throws:
WvcmException

Generated Tue 22-May-2012 12:04 PM

Copyright © IBM 2012. All rights reserved.