|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceLoader
This interface abstracts the notion of a resource loader that loads resources identified by a string path.
| Method Summary | |
|---|---|
java.net.URL |
getResource(java.lang.String path)
Get the URL that identifies the resource. |
java.io.InputStream |
getResourceAsStream(java.lang.String path)
Create a InputStream for a resource. |
| Method Detail |
|---|
java.net.URL getResource(java.lang.String path)
path - the resource path.
java.io.InputStream getResourceAsStream(java.lang.String path)
path - the resource path.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||