| Package | Description |
|---|---|
| org.apache.wicket.util.diff |
The
diff package implements
the differencing engine that JRCS uses. |
| org.apache.wicket.util.diff.myers |
The
diff.myers package
implements Gene Myers'
differencing algorithm. |
| Modifier and Type | Field and Description |
|---|---|
protected DiffAlgorithm |
Diff.algorithm
The differencing algorithm to use.
|
| Modifier and Type | Method and Description |
|---|---|
protected DiffAlgorithm |
Diff.defaultAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
static Revision |
Diff.diff(Object[] orig,
Object[] rev,
DiffAlgorithm algorithm)
compute the difference between an original and a revision.
|
| Constructor and Description |
|---|
Diff(Object[] original,
DiffAlgorithm algorithm)
Create a differencing object using the given algorithm
|
| Modifier and Type | Class and Description |
|---|---|
class |
MyersDiff
A clean-room implementation of Eugene Myers
differencing algorithm.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.