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(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 DeleteDelta.verify(java.util.List target)
           
 void ChangeDelta.verify(java.util.List target)
           
 void AddDelta.verify(java.util.List target)
           
 



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