Package | Description |
---|---|
com.github.difflib | |
com.github.difflib.algorithm | |
com.github.difflib.patch | |
com.github.difflib.text | |
com.github.difflib.unifieddiff |
This is the first test version of a multifile diff parser.
|
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. |
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.
|
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–2020 java-diff-utils. All rights reserved.