Package org.apache.cayenne.resource
Class ClassLoaderResourceLocator
java.lang.Object
org.apache.cayenne.resource.ClassLoaderResourceLocator
- All Implemented Interfaces:
- ResourceLocator
public class ClassLoaderResourceLocator extends Object implements ResourceLocator
A 
ResourceLocator that looks up resources is the application
 classpath based on the current thread ClassLoader.- Since:
- 3.1
- 
Constructor SummaryConstructors Constructor Description ClassLoaderResourceLocator(ClassLoaderManager classLoaderManager)
- 
Method SummaryModifier and Type Method Description Collection<Resource>findResources(String name)Finds a collection of matching resources for a given name.
- 
Constructor Details- 
ClassLoaderResourceLocator
 
- 
- 
Method Details- 
findResourcesDescription copied from interface:ResourceLocatorFinds a collection of matching resources for a given name. The name components must be separated by forward slashes.- Specified by:
- findResourcesin interface- ResourceLocator
 
 
-