Uses of Class
org.variantsync.diffdetective.shell.PythonCommand
Packages that use PythonCommand
Package
Description
-
Uses of PythonCommand in org.variantsync.diffdetective.shell
Methods in org.variantsync.diffdetective.shell that return PythonCommandModifier and TypeMethodDescriptionPass the additional argumento.toString()
to the python script.Pass the additional argumentarg
to the python script.static PythonCommand
PythonCommand.DiffDetectiveVenvPython3
(Path script) Constructs a python command interpretingscript
with the python version installed in the virtual environment of DiffDetective.static PythonCommand
Constructs a python command interpretingscript
with the default python version installed.static PythonCommand
Constructs a python command interpretingscript
with the installed python 3 version. -
Uses of PythonCommand in org.variantsync.diffdetective.variation.diff.render
Fields in org.variantsync.diffdetective.variation.diff.render with type parameters of type PythonCommandModifier and TypeFieldDescriptionprivate static final Supplier<PythonCommand>
VariationDiffRenderer.DiffDetectivePythonCommand
private final Supplier<PythonCommand>
VariationDiffRenderer.pythonCommandFactory
Method parameters in org.variantsync.diffdetective.variation.diff.render with type arguments of type PythonCommandModifier and TypeMethodDescriptionstatic 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).Constructor parameters in org.variantsync.diffdetective.variation.diff.render with type arguments of type PythonCommandModifierConstructorDescriptionprivate
VariationDiffRenderer
(Supplier<PythonCommand> pythonCommandFactory, Path workDir)