| java.lang.Object | |
| ↳ | com.atlassian.plugin.util.resource.NoOpAlternativeResourceLoader |
Resource loader that always returns null
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the URL of the resource from the directories.
| |||||||||||
Load a given resource from the directories.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.util.resource.AlternativeResourceLoader
| |||||||||||
Retrieve the URL of the resource from the directories.
| path | the name of the resource to be loaded |
|---|
Load a given resource from the directories.
| name | The name of the resource to be loaded. |
|---|