com.xpn.xwiki.wysiwyg.client.sync
Class SyncTools

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.sync.SyncTools

public class SyncTools
extends java.lang.Object


Constructor Summary
SyncTools()
           
 
Method Summary
static Revision relocateRevision(Revision rev2, Revision rev1)
          This will relocate the patches on rev2 based on changes in rev1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncTools

public SyncTools()
Method Detail

relocateRevision

public static Revision relocateRevision(Revision rev2,
                                        Revision rev1)
This will relocate the patches on rev2 based on changes in rev1

Parameters:
rev2 -
rev1 -


Copyright © 2004-2008 XWiki. All Rights Reserved.