See: Description
| Interface | Description |
|---|---|
| AlternativeResourceLoader |
An alternative resource loader for use by plugins that wish to also support loading resources outside the usual
resource loading of the particular plugin type.
|
| Class | Description |
|---|---|
| AlternativeClassLoaderResourceLoader |
Loads resources from the given class classloader.
|
| AlternativeDirectoryResourceLoader |
Loads resources from directories configured via the system property
plugin.resource.directories, which should
be a comma-delimited list of file paths that contain resources to load. |
| AlternativePluginResourceLoader |
Loads resources from the plugin.
|
| NoOpAlternativeResourceLoader |
Resource loader that always returns null
|
Copyright © 2014 Atlassian. All rights reserved.