package

com.atlassian.plugin.util.resource

Classes having to do with resource loading, particularly from alternative locations.

Interfaces

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. 

Classes

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. 
NoOpAlternativeResourceLoader Resource loader that always returns null