Interface PluginResourceLocator

All Known Implementing Classes:
PluginResourceLocatorImpl

public interface PluginResourceLocator
Assists in locating plugin resources in different ways.
Since:
2.2
  • Method Details

    • getPluginResources

      List<PluginResource> getPluginResources(String moduleCompleteKey)
      Returns a list of PluginResources for a given plugin module's complete key. If the plugin the module belongs to is not enabled or does not exist, an empty list is returned.