Uses of Interface
org.molgenis.python.PythonOutputHandler
-
-
Uses of PythonOutputHandler in org.molgenis.python
Classes in org.molgenis.python that implement PythonOutputHandler Modifier and Type Class Description classStringPythonOutputHandlerMethods in org.molgenis.python with parameters of type PythonOutputHandler Modifier and Type Method Description voidPythonScriptExecutor. executeScript(String pythonScript, PythonOutputHandler outputHandler)Execute a python script and wait for it to finishConstructors in org.molgenis.python with parameters of type PythonOutputHandler Constructor Description PythonStreamHandler(InputStream in, PythonOutputHandler outputHandler)
-