All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractDelta<T> Abstract delta between a source and a target.Change 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 processDataList<T> DataListComparator<T> DeleteDelta<T> Describes the delete-delta between original and revised texts.DeltaType Specifies the type of the delta.DiffAlgorithmI<T> Interface of a diff algorithm.DiffAlgorithmListener DiffException Base class for all exceptions emanating from this package.DiffRow Describes the diff row in form [tag, oldLine, newLine) for showing the difference between two textsDiffRow.Tag DiffRowGenerator This class for generating DiffRows for side-by-sidy view.DiffRowGenerator.Builder This class used for building the DiffRowGenerator.DiffUtils Implements the difference and patching engineEqualDelta<T> This delta contains equal lines of data.HistogramDiff<T> HistorgramDiff using JGit - Library.InsertDelta<T> Describes the add-delta between original and revised texts.InternalUnifiedDiffReader MyersDiff<T> A clean-room implementation of Eugene Myers greedy differencing algorithm.Patch<T> 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.PathNode A node in a diffpath.StringUtils UnifiedDiff UnifiedDiffFile UnifiedDiffParserException UnifiedDiffReader UnifiedDiffUtils UnifiedDiffWriter