Uses of Interface
org.variantsync.diffdetective.diff.git.GitPatch
Package
Description
-
Uses of GitPatch in org.variantsync.diffdetective.diff.git
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).Modifier and TypeMethodDescriptionGitPatch.shallowClone()
Creates a shallow clone.GitPatch.SimpleGitPatch.shallowClone()
PatchDiff.shallowClone()
-
Uses of GitPatch in org.variantsync.diffdetective.variation.diff.render
Modifier and TypeMethodDescriptionvoid
PatchDiffRenderer.render
(VariationDiff<? extends DiffLinesLabel> variationDiff, GitPatch patch, Path outputDirectory) Renders the given VariationDiff that originated from the given patch to the given output directory.<L extends Label>
booleanVariationDiffRenderer.render
(VariationDiff<L> tree, GitPatch patch, Path directory, RenderOptions<? super L> options) <L extends Label>
booleanVariationDiffRenderer.render
(VariationDiff<L> tree, GitPatch patch, Path directory, RenderOptions<? super L> options, LineGraphExportOptions<? super L> exportOptions) InvokesVariationDiffRenderer.render(VariationDiff, String, Path, RenderOptions, LineGraphExportOptions)
by creating a name for the tree and its produced image file.