Package io.github.shubham10divakar
Class PythonScriptExecutor
java.lang.Object
io.github.shubham10divakar.PythonScriptExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePythonScriptNoArgsASync(String scriptPath, boolean loggingState, Level loggLevel) executePythonScriptNoArgsSync(String scriptPath, boolean loggingState, Level loggLevel) executePythonScriptWithArgsASync(String scriptPath, boolean loggingState, Level loggLevel, String... arguments) executePythonScriptWithArgsSync(String scriptPath, boolean loggingState, Level loggLevel, String... arguments)
-
Constructor Details
-
PythonScriptExecutor
public PythonScriptExecutor()
-
-
Method Details
-
executePythonScriptNoArgsSync
-
executePythonScriptNoArgsASync
-
executePythonScriptWithArgsSync
-
executePythonScriptWithArgsASync
-