public final class ContextClassLoaderLocator extends Object implements IResourceLocator
Constructor and Description |
---|
ContextClassLoaderLocator() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object target)
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.
|
String |
toString() |
public IResource[] getAll(String resource)
IResourceLocator
IResource
handles.getAll
in interface IResourceLocator
public int hashCode()
IResourceLocator
hashCode
in interface IResourceLocator
hashCode
in class Object
public boolean equals(Object target)
IResourceLocator
true
for locators scanning an identical
set of locations.equals
in interface IResourceLocator
equals
in class Object