Interface PluginResourceLocator
- All Known Implementing Classes:
PluginResourceLocatorImpl
public interface PluginResourceLocator
Assists in locating plugin resources in different ways.
- Since:
- 2.2
-
Method Summary
Modifier and TypeMethodDescriptiongetPluginResources(String moduleCompleteKey) Returns a list ofPluginResources for a given plugin module's complete key.
-
Method Details
-
getPluginResources
Returns a list ofPluginResources 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.
-