| Package | Description |
|---|---|
| org.apache.commons.jrcs.diff |
The
diff package implements
the differencing engine that JRCS uses. |
| Modifier and Type | Method and Description |
|---|---|
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 |
ChangeDelta.verify(List target) |
void |
AddDelta.verify(List target) |
abstract void |
Delta.verify(List target)
Verifies that this delta can be used to patch the given text.
|
void |
DeleteDelta.verify(List target) |
Copyright © 2003–2021 Sakai Project. All rights reserved.