Class DefaultFunctionFactory

  • All Implemented Interfaces:
    FunctionFactory

    public class DefaultFunctionFactory
    extends AbstractFunctionFactory
    Basic function factory that adds all of the common functions that apply to all scopes.
    • Constructor Detail

      • DefaultFunctionFactory

        protected DefaultFunctionFactory()
    • Method Detail

      • getSharedInstance

        @Deprecated
        public static FunctionFactory getSharedInstance()
        Deprecated.
        Returns a static, shared instance of the DefaultFunctionFactory. Deprecated as of 7.6, in which function factories are provided by the scope contexts so that modules can extend the scripting language. This function factory is the base of those, but should not be used directly.