Interface ResourceSet
-
- All Known Implementing Classes:
FileResourceSet
public interface ResourceSetAResourceSetabstractsResourcelookup mechanism.ResourceSetimplementations have to make sure that they don't return resources outside of their scopes. For instance, theFileResourceSetverifies 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 Resourcefind(String path)Finds aResourcematching the givenpath.
-