Buju 0.4

biz.bbeans.buju
Class BAdminInterpreter

java.lang.Object
  extended bybiz.bbeans.buju.BInterpreter
      extended bybiz.bbeans.buju.BAdminInterpreter

public class BAdminInterpreter
extends BInterpreter

The admin interpreter.


Constructor Summary
BAdminInterpreter(String initScript)
          Create a private (non-shared) admin interpreter with the given initial script.
 
Methods inherited from class biz.bbeans.buju.BInterpreter
eval, eval, getInterpreter, getProperties, isLocked, isShared, lock, pop, push, set, unlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BAdminInterpreter

public BAdminInterpreter(String initScript)
                  throws EvalError
Create a private (non-shared) admin interpreter with the given initial script.

Parameters:
initScript - Initial script for the interpreter to evaluate.
Throws:
EvalError - If the initial script does not evaluate properly.

Buju 0.4