Package com.github.difflib.patch
package com.github.difflib.patch
-
ClassDescriptionAbstract delta between a source and a target.ChangeDelta<T>Describes the change-delta between original and revised texts.Chunk<T>Holds the information about the part of text involved in the diff processDeleteDelta<T>Describes the delete-delta between original and revised texts.Specifies the type of the delta.Base class for all exceptions emanating from this package.EqualDelta<T>This delta contains equal lines of data.InsertDelta<T>Describes the add-delta between original and revised texts.Patch<T>Describes the patch holding all deltas between the original and revised texts.Thrown whenever a delta cannot be applied as a patch to a given text.