Uses of Interface
org.frankframework.configuration.classloaders.IConfigurationClassLoader
Packages that use IConfigurationClassLoader
Package
Description
-
Uses of IConfigurationClassLoader in org.frankframework.configuration
Methods in org.frankframework.configuration that return types with arguments of type IConfigurationClassLoaderModifier and TypeMethodDescriptionprotected Map<String, Class<? extends IConfigurationClassLoader>> IbisContext.retrieveAllConfigNames()Helper method to create stubbed configurations used in JunitTests -
Uses of IConfigurationClassLoader in org.frankframework.configuration.classloaders
Classes in org.frankframework.configuration.classloaders that implement IConfigurationClassLoaderModifier and TypeClassDescriptionclassclassAbstract base class for for IBIS Configuration ClassLoaders.classclassclassclassClassloader which loads an empty Configuration.classclassActively scans the configuration directory for file changes.classDefault IBIS Configuration ClassLoader. -
Uses of IConfigurationClassLoader in org.frankframework.configuration.util
Methods in org.frankframework.configuration.util that return types with arguments of type IConfigurationClassLoaderModifier and TypeMethodDescriptionstatic Map<String, Class<? extends IConfigurationClassLoader>> ConfigurationUtils.retrieveAllConfigNames(org.springframework.context.ApplicationContext applicationContext) Map<String, Class<? extends IConfigurationClassLoader>> ConfigurationAutoDiscovery.scan(boolean includeExplicitlyDefinedConfigurations) -
Uses of IConfigurationClassLoader in org.frankframework.larva.actions
Classes in org.frankframework.larva.actions that implement IConfigurationClassLoaderModifier and TypeClassDescriptionclassFirst searches to the Scenario root directory Then attempts relative paths (to the scenario root directory) Then delegates to it's parent