| Package | Description |
|---|---|
| org.apache.commons.jrcs.diff |
The
diff package implements
the differencing engine that JRCS uses. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddDelta
Holds an add-delta between to revisions of a text.
|
class |
ChangeDelta
Holds an change-delta between to revisions of a text.
|
class |
Chunk
Holds a information about a parrt of the text involved in a differencing or
patching operation.
|
class |
DeleteDelta
Holds a delete-delta between to revisions of a text.
|
class |
Delta
Holds a "delta" difference between to revisions of a text.
|
class |
Diff
Implements a differencing engine that works on arrays of
Object. |
class |
Revision
A Revision holds the series of deltas that describe the differences between
two sequences.
|
Copyright © 2003–2021 Sakai Project. All rights reserved.