Package com.jalios.util.diff
-
Class Summary Class Description Diff The Diff class compares two files.Hunk TheHunk
class is a super class of classesHunkAdd , HunkChange
andHunkDel
.it is an abstarct class.HunkAdd TheHunkAdd
class represents a bloc of difference reliding addition(insertion).HunkChange TheHunkChange
class represents a bloc of difference reliding change.HunkDel TheHunkDel
class represents a bloc of difference that will be deleted.