|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
URL |
getResource(String path)
Retrieve the URL of the resource from the directories. |
InputStream |
getResourceAsStream(String name)
Load a given resource from the directories. |
| Method Detail |
|---|
URL getResource(String path)
path - the name of the resource to be loaded
InputStream getResourceAsStream(String name)
name - The name of the resource to be loaded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||