Interface ResourceSet
-
- All Known Implementing Classes:
FileResourceSet
public interface ResourceSet
AResourceSet
abstractsResource
lookup mechanism.ResourceSet
implementations have to make sure that they don't return resources outside of their scopes. For instance, theFileResourceSet
verifies that the found resource is really a child file of the root directory (imagine that the path to lookup is ../../etc/passwd).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource
find(String path)
Finds aResource
matching the givenpath
.
-