Package jline.util
Class PythonCaller
-
- All Implemented Interfaces:
public class PythonCaller
Utility class for calling Python scripts from Java
-
-
Constructor Summary
Constructors Constructor Description PythonCaller()
-
Method Summary
Modifier and Type Method Description static String
callPython(String pythonScript)
Execute a Python script and return its output -
-
Method Detail
-
callPython
static String callPython(String pythonScript)
Execute a Python script and return its output
- Parameters:
pythonScript
- The Python script to execute- Returns:
The output from the Python script
-
-
-
-