Package org.apache.bsf


package org.apache.bsf
  • Class
    Description
    This class is used in BSF for logging (a delegator for org.apache.commons.logging, which is needed for compilation) using the org.apache.commons.logging.Log methods.
    This class is used in BSF as BSF_LogFactory returning a BSF_Log instance, which is a delegator for an org.apache.commons.logging.Log object.
    BSFDeclaredBeans are used internally by BSF to encapsulate information being passed between a BSFManager and its various BSFEngines.
    This is the view of a scripting engine assumed by the Bean Scripting Framework.
    If something goes wrong while doing some scripting stuff, one of these is thrown.
    This class is the entry point to the bean scripting framework.
    This is the main driver for BSF to be run on the command line to eval/exec/compile scripts directly.