Uses of Interface
org.variantsync.diffdetective.diff.text.TextBasedDiff
Package
Description
-
Uses of TextBasedDiff in org.variantsync.diffdetective.diff.git
Modifier and TypeInterfaceDescriptioninterface
Interface for patches from a git repository.Modifier 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
Modifier and TypeClassDescriptionfinal record
Source for VariationDiffs that were created from a patch given as a String.