Class JPythonInterpreterDriver

    • Method Summary

      Modifier and Type Method Description
      void executeScript​(java.lang.String script)  
      void executeScript​(SessionPanel session, java.lang.String script)
      Execute a script string.
      void executeScriptFile​(java.lang.String scriptFile)
      Execute a script file.
      void executeScriptFile​(SessionPanel session, java.lang.String scriptFile)
      Execute a script file.
      java.lang.String[] getSupportedExtensions()
      Get the extension for supported extensions by this driver
      java.lang.String[] getSupportedLanguages()
      Get the langauges for supported extensions by this driver
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait