Uses of Class
org.apache.wicket.util.diff.PatchFailedException
-
Packages that use PatchFailedException Package Description org.apache.wicket.util.diff Thediffpackage 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 Modifier and Type Method Description voidRevision. applyTo(List<Object> target)Applies the series of deltas in this revision as patches to the given text.voidDelta. 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.voidAddDelta. verify(List<Object> target)voidChangeDelta. verify(List<Object> target)voidDeleteDelta. verify(List<Object> target)abstract voidDelta. verify(List<Object> target)Verifies that this delta can be used to patch the given text.
-