com.aragost.javahg.merge
Class GraftContext

java.lang.Object
  extended by com.aragost.javahg.merge.ConflictResolvingContext
      extended by com.aragost.javahg.merge.GraftContext

public class GraftContext
extends ConflictResolvingContext


Constructor Summary
GraftContext(GraftCommand command, int sourceRev)
           
 
Method Summary
 Changeset commit()
           
 Changeset getSource()
           
 void setRollbackChangeset(Changeset rollbackChangeset)
           
 
Methods inherited from class com.aragost.javahg.merge.ConflictResolvingContext
getBase, getCommand, getFlagConflicts, getKeepDeleteConflicts, getLocal, getMergeConflicts, getRemote, getRepository, getWorkingCopy, processStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraftContext

public GraftContext(GraftCommand command,
                    int sourceRev)
Method Detail

getSource

public Changeset getSource()

commit

public Changeset commit()

setRollbackChangeset

public void setRollbackChangeset(Changeset rollbackChangeset)


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.