scripting
Class JaclInterpreterDriver

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

public class JaclInterpreterDriver
extends java.lang.Object
implements InterpreterDriver


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

JaclInterpreterDriver

public JaclInterpreterDriver()
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)