Uses of Class
org.variantsync.diffdetective.variation.diff.render.VariationDiffRenderer
Package
Description
-
Uses of VariationDiffRenderer in org.variantsync.diffdetective.examplesearch
ModifierConstructorDescriptionExampleFinder
(ExplainedFilter<VariationDiff<? extends DiffLinesLabel>> isGoodExample, VariationDiffRenderer renderer) Creates a new ExampleFinder. -
Uses of VariationDiffRenderer in org.variantsync.diffdetective.internal
Modifier and TypeFieldDescriptionprivate static final VariationDiffRenderer
SimpleRenderer.renderer
-
Uses of VariationDiffRenderer in org.variantsync.diffdetective.mining.postprocessing
Modifier and TypeFieldDescriptionprivate static final VariationDiffRenderer
MiningPostprocessing.DefaultRenderer
Modifier and TypeMethodDescriptionstatic void
MiningPostprocessing.postprocessAndInterpretResults
(List<VariationDiff<DiffLinesLabel>> frequentSubgraphs, Postprocessor<DiffLinesLabel> postprocessor, Consumer<String> printer, VariationDiffRenderer renderer, RenderOptions<? super DiffLinesLabel> renderOptions, Path outputDir) -
Uses of VariationDiffRenderer in org.variantsync.diffdetective.variation.diff.render
Modifier and TypeMethodDescriptionstatic VariationDiffRenderer
VariationDiffRenderer.FromThirdPartyApplication
(Path relativePathFromWorkDirToDiffDetectiveSources, Path workDir) Combination ofWithinDiffDetective()
andFromThirdPartyApplication(Supplier, Path)
.static VariationDiffRenderer
VariationDiffRenderer.FromThirdPartyApplication
(Supplier<PythonCommand> pythonCommandFactory, Path workDir) Creates a renderer that operates from a third party application (i.e., a program that uses DiffDetective as a library).static VariationDiffRenderer
VariationDiffRenderer.WithinDiffDetective()
Use this method only in DiffDetective and not from a project using DiffDetective as a library.Modifier and TypeMethodDescriptionstatic PatchDiffRenderer
PatchDiffRenderer.ErrorRendering
(VariationDiffRenderer renderer) Creates a new PatchDiffRenderer for rendering patches relevant to the occurrence of an error.ModifierConstructorDescriptionPatchDiffRenderer
(VariationDiffRenderer renderer, RenderOptions<? super DiffLinesLabel> options) Creates a PatchDiffRenderer wrapping the given renderer and rendering patches with the given options.