| java.lang.Object | |
| ↳ | org.apache.commons.jrcs.diff.MergeVisitor |
.. makes changes to the revisions it visits, so if a conflict is detected, the revisions should be discarded.
TODO: Support ignoring whitespace.| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| log | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initialise this visitor instance with a copy of the original object array being diffed.
| |||||||||||
Implementation of the Revision Visitor interface.
| |||||||||||
Implementation of the Revision Visitor interface.
| |||||||||||
Implementation of the Revision Visitor interface.
| |||||||||||
Implementation of the Revision Visitor interface.
| |||||||||||
Returns true if a conflict was detected.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||
From interface
org.apache.commons.jrcs.diff.RevisionVisitor
| |||||||||||||||||||
Initialise this visitor instance with a copy of the original object array being diffed.
Implementation of the Revision Visitor interface.
Implementation of the Revision Visitor interface.
Implementation of the Revision Visitor interface.
Implementation of the Revision Visitor interface.
Returns true if a conflict was detected.

