Package org.frankframework.core
Class Resource.GlobalScopeProvider
java.lang.Object
org.frankframework.core.Resource.GlobalScopeProvider
- All Implemented Interfaces:
IScopeProvider
- Enclosing class:
- Resource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.
-
Constructor Details
-
GlobalScopeProvider
public GlobalScopeProvider()
-
-
Method Details
-
getConfigurationClassLoader
Description copied from interface:IScopeProvider
This ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.- Specified by:
getConfigurationClassLoader
in interfaceIScopeProvider
- Returns:
- returns the ClassLoader created by the
ClassLoaderManager
.
-