|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceTree
Provides access to a hierarchy of abstract resources within some repository.
Resource trees are safe for use from multiple threads.
Method Summary | |
---|---|
Resource |
getResource(String path)
Returns information about a resource file. |
ResourceTreeProvider |
getResourceTreeProvider()
Gets the provider of this resource tree. |
URL |
getResourceUrl(String path)
Returns a URL to a resource file. |
Method Detail |
---|
Resource getResource(String path)
path
- identifies the desired resource.
null
if no resource exists at the given path.URL getResourceUrl(String path)
null
if no resource exists at the given path.ResourceTreeProvider getResourceTreeProvider()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |