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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderResourceLocator
public ClassLoaderResourceLocator()
findResources
public Collection<Resource> findResources(String name)
- Description copied from interface:
ResourceLocator
- Finds a collection of matching resources for a given name. The name components must
be separated by forward slashes.
- Specified by:
findResources
in interface ResourceLocator
getClassLoader
protected ClassLoader getClassLoader()
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.