org.xwiki.gwt.wysiwyg.client.plugin.sync
Class SyncTools

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.sync.SyncTools

public final class SyncTools
extends java.lang.Object

Utility methods for content synchronization.

Version:
$Id: SyncTools.java 26786 2010-02-07 16:46:17Z mflorea $

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
 

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 -
Returns:
the computed revision


Copyright © 2004-2010 XWiki. All Rights Reserved.