public static class DiffPatchMerge.Diff extends Object
Modifier and Type | Field and Description |
---|---|
DiffPatchMerge.Operation |
operation
One of: INSERT, DELETE or EQUAL.
|
String |
text
The text associated with this diff operation.
|
Constructor and Description |
---|
DiffPatchMerge.Diff(DiffPatchMerge.Operation operation,
String text)
Constructor.
|
public DiffPatchMerge.Operation operation
public String text
public DiffPatchMerge.Diff(DiffPatchMerge.Operation operation, String text)
operation
- One of INSERT, DELETE or EQUAL.text
- The text being applied.public String toString()
public int hashCode()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.