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 argumentargto the python script.static PythonCommandPythonCommand.DiffDetectiveVenvPython3(Path script) Constructs a python command interpretingscriptwith the python version installed in the virtual environment of DiffDetective.static PythonCommandConstructs a python command interpretingscriptwith the default python version installed.static PythonCommandConstructs a python command interpretingscriptwith 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.DiffDetectivePythonCommandprivate final Supplier<PythonCommand> VariationDiffRenderer.pythonCommandFactoryMethod parameters in org.variantsync.diffdetective.variation.diff.render with type arguments of type PythonCommandModifier and TypeMethodDescriptionstatic VariationDiffRendererVariationDiffRenderer.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 PythonCommandModifierConstructorDescriptionprivateVariationDiffRenderer(Supplier<PythonCommand> pythonCommandFactory, Path workDir)