Interface IDeepPlugin

    • Method Detail

      • configure

        default IDeepPlugin configure​(ISettings settings,
                                      IReflection reflection)
        This allows for the plugin to retain a reference to the settings for Deep and allows access to the IReflection service to perform reflection operations.
        Parameters:
        settings - the settings for Deep
        reflection - a service to allow easier access to reflection
        Returns:
        this, or a new instance of a plugin
        See Also:
        IReflection, ISettings