|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IResourceLocator
An abstraction layer for a single resource lookup source. A single source may combine several actual locations (a class loader, for example).
ResourceLookup| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
IResource[] getAll(String resource)
IResource handles.
int hashCode()
hashCode in class Objectboolean equals(Object obj)
true for locators scanning an identical
set of locations.
equals in class Object
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||