Uses of Class
org.xwiki.gwt.wysiwyg.client.diff.PatchFailedException

Packages that use PatchFailedException
org.xwiki.gwt.wysiwyg.client.diff   
 

Uses of PatchFailedException in org.xwiki.gwt.wysiwyg.client.diff
 

Methods in org.xwiki.gwt.wysiwyg.client.diff that throw PatchFailedException
 void Revision.applyTo(java.util.List target)
          Applies the series of deltas in this revision as patches to the given text.
 void Delta.patch(java.util.List target)
          Applies this delta as a patch to the given text.
 java.lang.Object[] Revision.patch(java.lang.Object[] src)
          Applies the series of deltas in this revision as patches to the given text.
abstract  void Delta.verify(java.util.List target)
          Verifies that this delta can be used to patch the given text.
 void AddDelta.verify(java.util.List target)
           
 void DeleteDelta.verify(java.util.List target)
           
 void ChangeDelta.verify(java.util.List target)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.