|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.larsan.urd.util.fileset.ResourceLocatorImpl
This trivial class is a collection of file sets that implement the ResourceLocator
interface. It wrappes around a file set array and dispatches resource requests to it's members.
This collection cannot contain multiple copies of resource ids, if two file sets reports the
same resource path the result is undeterminable.
This collection is not synchronized.
| Constructor Summary | |
ResourceLocatorImpl(FileSet[] sets)
Create locator |
|
| Method Summary | |
Resource |
getResource(java.lang.String path)
Get resource fromt he collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResourceLocatorImpl(FileSet[] sets)
| Method Detail |
public Resource getResource(java.lang.String path)
getResource in interface ResourceLocatorpath - Resource path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||