Uses of Package
com.github.difflib.patch
Packages that use com.github.difflib.patch
Package
Description
This is the new implementation of UnifiedDiff Tools.
-
Classes in com.github.difflib.patch used by com.github.difflibClassDescriptionAbstract delta between a source and a target.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.
-
Classes in com.github.difflib.patch used by com.github.difflib.algorithm
-
Classes in com.github.difflib.patch used by com.github.difflib.patchClassDescriptionAbstract delta between a source and a target.Holds the information about the part of text involved in the diff processSpecifies the type of the delta.Base class for all exceptions emanating from this package.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.
-
Classes in com.github.difflib.patch used by com.github.difflib.textClassDescriptionAbstract delta between a source and a target.Describes the patch holding all deltas between the original and revised texts.
-
Classes in com.github.difflib.patch used by com.github.difflib.unifieddiffClassDescriptionAbstract delta between a source and a target.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.