scripting
Class FESIInterpreterDriver
java.lang.Object
|
+--scripting.FESIInterpreterDriver
- public class FESIInterpreterDriver
- extends java.lang.Object
- implements InterpreterDriver
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FESIInterpreterDriver
public FESIInterpreterDriver()
throws FESI.jslib.JSException
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)