Package org.frankframework.core
Class Resource.GlobalScopeProvider
java.lang.Object
org.frankframework.core.Resource.GlobalScopeProvider
- All Implemented Interfaces:
- IScopeProvider
- Enclosing class:
- Resource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThis ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.
- 
Constructor Details- 
GlobalScopeProviderpublic GlobalScopeProvider()
 
- 
- 
Method Details- 
getConfigurationClassLoaderDescription copied from interface:IScopeProviderThis ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.- Specified by:
- getConfigurationClassLoaderin interface- IScopeProvider
- Returns:
- returns the ClassLoader created by the ClassLoaderManager.
 
 
-