@Deprecated public interface ResourceFinder
Modifier and Type | Method and Description |
---|---|
URL |
getResource(String name)
Deprecated.
Returns a single resource matching a given name.
|
Collection<URL> |
getResources(String name)
Deprecated.
Returns a collection of resource URLs with a given name found in the environment
using some lookup strategy.
|
Collection<URL> getResources(String name)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.