Interface HooksConfig

    • Method Detail

      • getHook

        HookConfig getHook​(java.lang.Object name)
      • removeHook

        void removeHook​(java.lang.Object name)
      • couldInherit

        boolean couldInherit​(java.lang.String name)
        Could this hook inherit data, if it did not have local data?
        Parameters:
        name - Name of Hook
        Returns:
        true if there is data that could be inherited
      • getActiveHooks

        java.util.ArrayList<HookConfig> getActiveHooks()
        Returns a list of defined hooks for this configuration.
        Since:
        7.0
      • getHook

        HookConfig getHook​(java.lang.Object name,
                           boolean create)
        Returns null if hook is undefined and create=false.
        Since:
        7.0