|
||||||||||
| 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 | |
|---|---|
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. |
| Method Detail |
|---|
java.net.URL getResource(java.lang.String path)
path - the name of the resource to be loaded
java.io.InputStream getResourceAsStream(java.lang.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 | |||||||||