com.jaccal.console
Class ScriptRunner
java.lang.Object
com.jaccal.console.ScriptRunner
- public class ScriptRunner
- extends Object
This class wraps around the scripting language engine to provide a clean layer between Anubis and
the scripting engine. The current scripting language used is BeanShell.
- Author:
- Chang Sau Sheong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
OutputTab output
error
ErrorTab error
ScriptRunner
public ScriptRunner(OutputTab output,
ErrorTab error)
execute
public void execute(String script)
- Executes the script
- Parameters:
script
- The script string
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.