Interface BshComponent


public interface BshComponent
Beanshell components must implement this to be able to provide the interpreter.
Version:
$Id: BshComponent.java 1817 2005-05-17 08:08:08Z brett $
Author:
Brett Porter
To do:
This may not be needed if the creation and configuration is done in one step, or there is some other way of getting back the interpreter from the created component
  • Method Summary

    Modifier and Type
    Method
    Description
    bsh.Interpreter
     
  • Method Details

    • getInterpreter

      bsh.Interpreter getInterpreter()