Interface PluginSpringConfigsProvider

    • Method Detail

      • getPluginResources

        @NotNull
        Collection<String> getPluginResources​(@NotNull
                                              PluginInfo pluginInfo)
        This method is called for each plugin collect xml-config resources that are to be include into plugin's spring context
        Parameters:
        pluginInfo - plugin info of current plugin
        Returns:
        collection of xml configuration resources to include into plugin
      • getPluginSingletons

        @NotNull
        Collection<Object> getPluginSingletons​(@NotNull
                                               PluginInfo pluginInfo)
        This method is called for each plugin collect singleton object instances to be added into plugin's spring context
        Parameters:
        pluginInfo - plugin info of current plugin
        Returns:
        collection of objects