Package org.frankframework.core
Class Resource.GlobalScopeProvider
java.lang.Object
org.frankframework.core.Resource.GlobalScopeProvider
- All Implemented Interfaces:
IScopeProvider
- Enclosing class:
Resource
-
Constructor Summary
Constructors -
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:IScopeProviderThis ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.- Specified by:
getConfigurationClassLoaderin interfaceIScopeProvider- Returns:
- returns the ClassLoader created by the
ClassLoaderManager.
-