Class PythonScriptExecutor

java.lang.Object
io.github.shubham10divakar.PythonScriptExecutor

public class PythonScriptExecutor extends Object
  • Constructor Details

    • PythonScriptExecutor

      public PythonScriptExecutor()
  • Method Details

    • executePythonScriptNoArgsSync

      public String executePythonScriptNoArgsSync(String scriptPath, boolean loggingState, Level loggLevel)
    • executePythonScriptNoArgsASync

      public String executePythonScriptNoArgsASync(String scriptPath, boolean loggingState, Level loggLevel)
    • executePythonScriptWithArgsSync

      public String executePythonScriptWithArgsSync(String scriptPath, boolean loggingState, Level loggLevel, String... arguments)
    • executePythonScriptWithArgsASync

      public String executePythonScriptWithArgsASync(String scriptPath, boolean loggingState, Level loggLevel, String... arguments)