org.apache.cayenne.resource
Interface ResourceLocator

All Known Implementing Classes:
ClassLoaderResourceLocator, FilesystemResourceLocator

public interface ResourceLocator

Since:
3.1

Method Summary
 Collection<Resource> findResources(String name)
          Finds a collection of matching resources for a given name.
 

Method Detail

findResources

Collection<Resource> findResources(String name)
Finds a collection of matching resources for a given name. The name components must be separated by forward slashes.



Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.