Package com.atlassian.plugin.util.resource

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

See:
          Description

Interface Summary
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 Summary
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
 

Package com.atlassian.plugin.util.resource Description

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



Copyright © 2015 Atlassian. All rights reserved.