Interface Script

    • Method Detail

      • run

        Object run​(Map<String,​Object> bindings)
            throws ScriptException
        Runs this script with the provided bindings.
        Parameters:
        bindings - bindings available to the execution of the script
        Returns:
        the result of the script's execution
        Throws:
        ScriptException - if execution failed