|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceFinder | |
---|---|
org.apache.cayenne.conf | Contains classes dealing with Cayenne configuration files. |
org.apache.cayenne.map | Contains O/R mapping classes that store relational database metadata information and map it to Java classes. |
org.apache.cayenne.util | General utility classes. |
Uses of ResourceFinder in org.apache.cayenne.conf |
---|
Classes in org.apache.cayenne.conf that implement ResourceFinder | |
---|---|
class |
ClasspathResourceFinder
A ResourceFinder that looks up resources in the classpath. |
Fields in org.apache.cayenne.conf declared as ResourceFinder | |
---|---|
protected ResourceFinder |
MultiProjectConfiguration.resourceFinder
|
Methods in org.apache.cayenne.conf that return ResourceFinder | |
---|---|
protected abstract ResourceFinder |
Configuration.getResourceFinder()
Returns ResourceFinder associated with this Configuration that is to be
used for config files lookup. |
protected ResourceFinder |
DefaultConfiguration.getResourceFinder()
|
protected ResourceFinder |
MultiProjectConfiguration.getResourceFinder()
|
Uses of ResourceFinder in org.apache.cayenne.map |
---|
Methods in org.apache.cayenne.map that return ResourceFinder | |
---|---|
protected ResourceFinder |
MapLoader.createResourceFinder()
Creates, configures and returns a default ResourceFinder. |
Uses of ResourceFinder in org.apache.cayenne.util |
---|
Classes in org.apache.cayenne.util that implement ResourceFinder | |
---|---|
class |
ResourceLocator
Utility class to find resources (files, etc.), using a preconfigured strategy. |
class |
WebApplicationResourceLocator
A ResourceLocator that can find resources relative to web application context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |