| java.lang.Object org.apache.jmeter.util.BeanShellInterpreter
BeanShellInterpreter | public class BeanShellInterpreter (Code) | | 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
|
BeanShellInterpreter | public BeanShellInterpreter(String init, Logger _log) throws ClassNotFoundException(Code) | | Parameters: init - initialisation file Parameters: _log - logger to pass to interpreter; also used to log errors in this method |
|
|