Uses of Package
com.github.difflib.patch
-
Packages that use com.github.difflib.patch 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. -
Classes in com.github.difflib.patch used by com.github.difflib Class Description AbstractDelta Abstract delta between a source and a target.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. -
Classes in com.github.difflib.patch used by com.github.difflib.algorithm Class Description DeltaType Specifies the type of the delta. -
Classes in com.github.difflib.patch used by com.github.difflib.patch Class Description AbstractDelta Abstract delta between a source and a target.Chunk Holds the information about the part of text involved in the diff processDeltaType 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. -
Classes in com.github.difflib.patch used by com.github.difflib.text Class Description AbstractDelta Abstract delta between a source and a target.Patch Describes the patch holding all deltas between the original and revised texts. -
Classes in com.github.difflib.patch used by com.github.difflib.unifieddiff Class Description AbstractDelta Abstract delta between a source and a target.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.