Class AdaptedScriptEngine

  • All Implemented Interfaces:
    ScriptEngine

    public class AdaptedScriptEngine
    extends Object
    implements ScriptEngine
    Abstract superclass for ScriptEngine implementations which adapt an existing ScriptEngine.

    This is useful for situations where a JSR-223-compliant script engine has been provided, but whose behavior we need to extend or tweak.

    Author:
    Curtis Rueden