Package | Description |
---|---|
com.github.difflib | |
com.github.difflib.algorithm | |
com.github.difflib.patch | |
com.github.difflib.text | |
com.github.difflib.unifieddiff |
This is the new implementation of UnifiedDiff Tools.
|
Class and Description |
---|
Patch
Describes the patch holding all deltas between the original and revised
texts.
|
PatchFailedException
Thrown whenever a delta cannot be applied as a patch to a given text.
|
Class and Description |
---|
DeltaType
Specifies the type of the delta.
|
Class and Description |
---|
AbstractDelta
Abstract delta between a source and a target.
|
Chunk
Holds the information about the part of text involved in the diff process
Text is represented as
Object[] because the diff engine is
capable of handling more than plain ascci. |
ConflictOutput |
DeltaType
Specifies the type of the delta.
|
DiffException
Base class for all exceptions emanating from this package.
|
Patch
Describes the patch holding all deltas between the original and revised
texts.
|
PatchFailedException
Thrown whenever a delta cannot be applied as a patch to a given text.
|
VerifyChunk |
Class and Description |
---|
Patch
Describes the patch holding all deltas between the original and revised
texts.
|
Class and Description |
---|
Patch
Describes the patch holding all deltas between the original and revised
texts.
|
PatchFailedException
Thrown whenever a delta cannot be applied as a patch to a given text.
|
Copyright © 2009–2022 java-diff-utils. All rights reserved.