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