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 TypeInterfaceDescriptioninterface
Interface for patches from a git repository.Classes in org.variantsync.diffdetective.diff.git that implement TextBasedDiffModifier and TypeClassDescriptionstatic final record
Minimal default implementation ofGitPatch
class
Data 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 record
Source for VariationDiffs that were created from a patch given as a String.