Home » bsf-src-2.4.0 » org.apache » bsf » util »

org.apache.bsf.util

Sub Packages:

org.apache.bsf.util.cf    
org.apache.bsf.util.event    
org.apache.bsf.util.event.adapters    
org.apache.bsf.util.event.generator    
org.apache.bsf.util.type    

Abstract Classes:

BSFEngineImpl   This is a base implementation of the BSFEngine interface which engine implementations may choose to extend to get the basic methods of the interface implemented.  code | html

Classes:

BSFClassLoader   This class loader knows to load a class from the tempDir dir of the environment of the given manager.  code | html
BSFDebugManagerImpl     code | html
BSFEventProcessor   This is used to support binding scripts to be run when an event occurs.  code | html
BSFEventProcessorReturningEventInfos   This is used to support binding scripts to be run when an event occurs, forwarding the arguments supplied to the event listener.  code | html
BSFFunctions   This is a utility that engine implementors may use as the Java object they expose in the scripting language as "bsf".  code | html
Bean   A Bean is the class used to represent a bean: it holds a type and a value.  code | html
BreakPoint   This is a class for the debug manager to remember a breakpoint.  code | html
CodeBuffer   A CodeBuffer object is used as a code repository for generated Java code.  code | html
DocumentCell   A DocumentCell allows the debug manager to keep track of known documents for which it has breakpoints.  code | html
EngineUtils   This class contains utilities that language integrators can use when implementing the BSFEngine interface.  code | html
IOUtils   This file is a collection of input/output utilities.  code | html
IndentWriter   An IndentWriter object behaves the same as a PrintWriter object, with the additional capability of being able to print strings that are prepended with a specified amount of spaces.  code | html
JavaUtils     code | html
LangCell     code | html
MethodUtils   This file is a collection of reflection utilities for dealing with methods and constructors.  code | html
MethodUtils.MoreSpecific   Internal Class for getEntryPoint().  code | html
ObjInfo   An ObjInfo object is used by a compiler to track the name and type of a bean.  code | html
ObjectRegistry   The ObjectRegistry is used to do name-to-object reference lookups.  code | html
ReflectionUtils   This file is a collection of reflection utilities.  code | html
ScriptSymbolTable   An ScriptSymbolTable object is used by a CodeBuffer object to implement nested scopes.  code | html
StringUtils   Deals with strings (probably need to elaborate some more).  code | html