Package org.apache.cayenne.resource
Interface ResourceLocator
- All Known Implementing Classes:
ClassLoaderResourceLocator
,FilesystemResourceLocator
public interface ResourceLocator
- Since:
- 3.1
-
Method Summary
Modifier and Type Method Description Collection<Resource>
findResources(String name)
Finds a collection of matching resources for a given name.
-
Method Details
-
findResources
Finds a collection of matching resources for a given name. The name components must be separated by forward slashes.
-