public class NoOpAlternativeResourceLoader extends java.lang.Object implements AlternativeResourceLoader
| Constructor and Description |
|---|
NoOpAlternativeResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getResource(java.lang.String path)
Retrieve the URL of the resource from the directories.
|
java.io.InputStream |
getResourceAsStream(java.lang.String name)
Load a given resource from the directories.
|
public java.net.URL getResource(java.lang.String path)
AlternativeResourceLoadergetResource in interface AlternativeResourceLoaderpath - the name of the resource to be loadedpublic java.io.InputStream getResourceAsStream(java.lang.String name)
AlternativeResourceLoadergetResourceAsStream in interface AlternativeResourceLoadername - The name of the resource to be loaded.Copyright © 2013 Atlassian. All Rights Reserved.