|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PatchFailedException | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.diff | |
| Uses of PatchFailedException in org.xwiki.gwt.wysiwyg.client.diff |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.diff that throw PatchFailedException | |
|---|---|
void |
Revision.applyTo(List target)
Applies the series of deltas in this revision as patches to the given text. |
void |
Delta.patch(List 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 |
AddDelta.verify(List target)
|
void |
ChangeDelta.verify(List target)
|
void |
DeleteDelta.verify(List target)
|
abstract void |
Delta.verify(List target)
Verifies that this delta can be used to patch the given text. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||