Uses of Interface
org.variantsync.diffdetective.diff.text.TextBasedDiff
Packages that use TextBasedDiff
Package
Description
-
Uses of TextBasedDiff in org.variantsync.diffdetective.diff.git
Subinterfaces of TextBasedDiff in org.variantsync.diffdetective.diff.gitModifier and TypeInterfaceDescriptioninterfaceInterface for patches from a git repository.Classes in org.variantsync.diffdetective.diff.git that implement TextBasedDiffModifier and TypeClassDescriptionstatic final recordMinimal default implementation ofGitPatchclassData class containing information about a single patch (i.e., the differences in a single file). -
Uses of TextBasedDiff in org.variantsync.diffdetective.variation.diff.source
Classes in org.variantsync.diffdetective.variation.diff.source that implement TextBasedDiffModifier and TypeClassDescriptionfinal recordSource for VariationDiffs that were created from a patch given as a String.