|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Abstraction of resource searching policy. Given resource name, the resource
finder performs implementation-specific lookup, and, if it is able to locate
the resource, returns the handle(s) or URL(s) of it.
| Method Summary | |
java.net.URL |
findResource(java.lang.String name)
Find the resource by name and return URL of it if found. |
java.util.Enumeration |
findResources(java.lang.String name)
Find all resources with given name and return enumeration of their URLs. |
ResourceHandle |
getResource(java.lang.String name)
Get the resource by name and, if found, open connection to it and return the handle of it. |
java.util.Enumeration |
getResources(java.lang.String name)
Get all resources with given name and return enumeration of their resource handles. |
| Method Detail |
public java.net.URL findResource(java.lang.String name)
name - the resource name
public java.util.Enumeration findResources(java.lang.String name)
name - the resource name
public ResourceHandle getResource(java.lang.String name)
handle of it.
name - the resource name
public java.util.Enumeration getResources(java.lang.String name)
resource handles.
name - the resource name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||