org.apache.bsf |
|
Java Source File Name | Type | Comment |
BSFDeclaredBean.java | Class | BSFDeclaredBeans are used internally by BSF to encapsulate information being
passed between a BSFManager and its various BSFEngines. |
BSFEngine.java | Interface | This is the view of a scripting engine assumed by the Bean Scripting
Framework. |
BSFException.java | Class | If something goes wrong while doing some scripting stuff, one of these
is thrown. |
BSFManager.java | Class | This class is the entry point to the bean scripting framework. |
Main.java | Class | This is the main driver for BSF to be run on the command line
to eval/exec/compile scripts directly.
author: Sanjiva Weerawarana author: Matthew J. |