org.apache.jmeter.util
Class BeanShellInterpreter
java.lang.Object
org.apache.jmeter.util.BeanShellInterpreter
public class BeanShellInterpreter
- extends Object
BeanShell setup function - encapsulates all the access to the BeanShell
Interpreter in a single class.
The class uses dynamic class loading to access BeanShell, which means that
all the source files can be built without needing access to the bsh jar.
If the beanshell jar is not present at run-time, an error will be logged
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanShellInterpreter
public BeanShellInterpreter()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
BeanShellInterpreter
public BeanShellInterpreter(String init,
org.apache.log.Logger _log)
throws ClassNotFoundException
- Parameters:
init
- initialisation file_log
- logger to pass to interpreter
- Throws:
ClassNotFoundException
reset
public void reset()
throws ClassNotFoundException
- Resets the BeanShell interpreter.
- Throws:
ClassNotFoundException
- if interpreter cannot be instantiated
eval
public Object eval(String s)
throws JMeterException
- Throws:
JMeterException
evalNoLog
public Object evalNoLog(String s)
throws JMeterException
- Throws:
JMeterException
set
public Object set(String s,
Object o)
throws JMeterException
- Throws:
JMeterException
set
public Object set(String s,
boolean b)
throws JMeterException
- Throws:
JMeterException
source
public Object source(String s)
throws JMeterException
- Throws:
JMeterException
get
public Object get(String s)
throws JMeterException
- Throws:
JMeterException
isInterpreterPresent
public static boolean isInterpreterPresent()
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.