scripting
Class FESIInterpreterDriver

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

public class FESIInterpreterDriver
extends java.lang.Object
implements InterpreterDriver


Constructor Summary
FESIInterpreterDriver()
           
 
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

FESIInterpreterDriver

public FESIInterpreterDriver()
                      throws FESI.jslib.JSException
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)