public interface IResourceLocator
ResourceLookup
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Override equals to return
true for locators scanning an identical
set of locations. |
IResource[] |
getAll(String resource)
Locate all matching resources and return their
IResource handles. |
int |
hashCode()
Override hash code to return consistent hash code depending on all locations
scanned by this locator.
|