Package | Description |
---|---|
com.github.difflib.patch |
Modifier and Type | Class and Description |
---|---|
class |
ChangeDelta<T>
Describes the change-delta between original and revised texts.
|
class |
DeleteDelta<T>
Describes the delete-delta between original and revised texts.
|
class |
InsertDelta<T>
Describes the add-delta between original and revised texts.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractDelta<T>> |
Patch.getDeltas()
Get the list of computed deltas
|
Modifier and Type | Method and Description |
---|---|
void |
Patch.addDelta(AbstractDelta<T> delta)
Add the given delta to this patch
|
Copyright © 2009–2018 java-diff-utils. All rights reserved.