public interface AlternativeResourceLoader
| 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.
|
java.net.URL getResource(java.lang.String path)
path - the name of the resource to be loadedjava.io.InputStream getResourceAsStream(java.lang.String name)
name - The name of the resource to be loaded.Copyright © 2013 Atlassian. All Rights Reserved.