Package org.apache.cayenne.resource
Interface ResourceLocator
- All Known Implementing Classes:
- ClassLoaderResourceLocator
public interface ResourceLocator
- Since:
- 3.1
- 
Method SummaryModifier and TypeMethodDescriptionfindResources(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.
 
-