Class PluginResourceLocatorImpl
java.lang.Object
com.atlassian.plugin.webresource.legacy.PluginResourceLocatorImpl
- All Implemented Interfaces:
PluginResourceLocator
Default implementation of
PluginResourceLocator.- Since:
- 2.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPluginResources(String moduleCompleteKey) Returns a list ofPluginResources for a given plugin module's complete key.
-
Constructor Details
-
PluginResourceLocatorImpl
-
-
Method Details
-
getPluginResources
Description copied from interface:PluginResourceLocatorReturns 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.- Specified by:
getPluginResourcesin interfacePluginResourceLocator
-