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 32975 2010-11-19 10:09:01Z vmassol $

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-2011 XWiki. All Rights Reserved.