scripting
Class JPythonInterpreterDriver

java.lang.Object
  |
  +--scripting.JPythonInterpreterDriver

public class JPythonInterpreterDriver
extends java.lang.Object
implements InterpreterDriver


Constructor Summary
JPythonInterpreterDriver()
           
 
Method Summary
 void executeScript(java.lang.String script)
           
 void executeScriptFile(java.lang.String scriptFile)
           
 java.lang.String[] getSupportedExtensions()
           
 java.lang.String[] getSupportedLanguages()
           
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
 

Constructor Detail

JPythonInterpreterDriver

public JPythonInterpreterDriver()
Method Detail

executeScript

public void executeScript(java.lang.String script)
                   throws InterpreterDriver.InterpreterException
Specified by:
executeScript in interface InterpreterDriver

executeScriptFile

public void executeScriptFile(java.lang.String scriptFile)
                       throws InterpreterDriver.InterpreterException
Specified by:
executeScriptFile in interface InterpreterDriver

getSupportedExtensions

public java.lang.String[] getSupportedExtensions()
Specified by:
getSupportedExtensions in interface InterpreterDriver

getSupportedLanguages

public java.lang.String[] getSupportedLanguages()
Specified by:
getSupportedLanguages in interface InterpreterDriver

main

public static void main(java.lang.String[] args)