public interface AlternativeResourceLoader
| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String path)
Retrieve the URL of the resource from the directories.
|
InputStream |
getResourceAsStream(String name)
Load a given resource from the directories.
|
URL getResource(String path)
path - the name of the resource to be loadedInputStream getResourceAsStream(String name)
name - The name of the resource to be loaded.Copyright © 2014 Atlassian. All rights reserved.