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.
abstract  void Delta.verify(List<Object> target)
          Verifies that this delta can be used to patch the given text.
 void DeleteDelta.verify(List<Object> target)
           
 void ChangeDelta.verify(List<Object> target)
           
 void AddDelta.verify(List<Object> target)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.