|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PatchException in org.xwiki.diff |
|---|
| Methods in org.xwiki.diff that throw PatchException | |
|---|---|
void |
Delta.apply(List<E> target)
Apply the delta on the provided list. |
List<E> |
Patch.apply(List<E> target)
Apply the patch. |
void |
Delta.restore(List<E> target)
Apply the an inverted version of the delta on the provided list. |
List<E> |
Patch.restore(List<E> target)
Invert the patch. |
void |
Chunk.verify(List<E> target)
Verify that the chunk can be found in the provided list. |
void |
Delta.verify(List<E> target)
Try to apply the delta on the provided list. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||