Class ResourceObjectLocator
java.lang.Object
org.frankframework.jdbc.datasource.ResourceObjectLocator
- All Implemented Interfaces:
IObjectLocator
,org.springframework.beans.factory.InitializingBean
public class ResourceObjectLocator
extends Object
implements IObjectLocator, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
<O> O
lookup
(String name, Properties environment, Class<O> lookupClass) Performs the actual lookup and should returnnull
if it cannot find the requested resource so the nextIObjectLocator
can give it a shot.void
setResourceFile
(String resourceFile)
-
Constructor Details
-
ResourceObjectLocator
public ResourceObjectLocator()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
lookup
Description copied from interface:IObjectLocator
Performs the actual lookup and should returnnull
if it cannot find the requested resource so the nextIObjectLocator
can give it a shot.- Specified by:
lookup
in interfaceIObjectLocator
- Throws:
Exception
-
setResourceFile
-