Uses of Class
org.apache.wicket.util.diff.PatchFailedException

Packages that use PatchFailedException
org.apache.wicket.util.diff The diff package implements the differencing engine that JRCS uses. 
 

Uses of PatchFailedException in org.apache.wicket.util.diff
 

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



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.