Uses of Class
org.xwiki.diff.PatchException

Uses of PatchException in org.xwiki.diff
 

Methods in org.xwiki.diff that throw PatchException
 void Delta.apply(List<E> target)
          Apply the delta on the provided list.
 List<E> Patch.apply(List<E> target)
          Apply the patch.
 void Delta.restore(List<E> target)
          Apply the an inverted version of the delta on the provided list.
 List<E> Patch.restore(List<E> target)
          Invert the patch.
 void Chunk.verify(List<E> target)
          Verify that the chunk can be found in the provided list.
 void Delta.verify(List<E> target)
          Try to apply the delta on the provided list.
 



Copyright © 2004–2014 XWiki. All rights reserved.