Uses of Class
org.frankframework.configuration.ClassLoaderException
Packages that use ClassLoaderException
Package
Description
-
Uses of ClassLoaderException in org.frankframework.configuration
Methods in org.frankframework.configuration that throw ClassLoaderExceptionModifier and TypeMethodDescriptionReturns the ClassLoader for a specific configuration.Returns the ClassLoader for a specific configuration.voidClassLoaderManager.reload(ClassLoader classLoader) Reuse class loader as it is difficult to have all references to the class loader removed (see also http://zeroturnaround.com/rebellabs/rjc201/).voidReloads a configuration if it exists. -
Uses of ClassLoaderException in org.frankframework.configuration.classloaders
Methods in org.frankframework.configuration.classloaders that throw ClassLoaderExceptionModifier and TypeMethodDescriptionfinal voidAbstractBytesClassLoader.configure(IbisContext ibisContext, String configurationName) voidAbstractClassLoader.configure(IbisContext ibisContext, String configurationName) voidDirectoryClassLoader.configure(IbisContext ibisContext, String configurationName) voidDummyClassLoader.configure(IbisContext ibisContext, String configurationName) voidIConfigurationClassLoader.configure(IbisContext ibisContext, String configurationName) Configure theIConfigurationClassLoader's implementationvoidScanningDirectoryClassLoader.configure(IbisContext ibisContext, String configurationName) AbstractBytesClassLoader.loadResources()Called during a reload for a green/blue deployment, and after the classloader has been configured to load new resourcesDatabaseClassLoader.loadResources()JarFileClassLoader.loadResources()AbstractJarBytesClassLoader.readResources(byte[] jar) AbstractJarBytesClassLoader.readResources(InputStream stream) final voidAbstractBytesClassLoader.reload()Tries to load new resources, upon success, clears all resources, calls it's super.reload() and sets the new resourcesvoidAbstractClassLoader.reload()voidIConfigurationClassLoader.reload()Unload the current IConfigurationClassLoader and load again upon successful unload.voidDirectoryClassLoader.setDirectory(String directory) Set the directory from which the configuration files should be loaded -
Uses of ClassLoaderException in org.frankframework.larva.actions
Constructors in org.frankframework.larva.actions that throw ClassLoaderExceptionModifierConstructorDescriptionLarvaScenarioContext(org.springframework.context.ApplicationContext applicationContext, String scenarioDirectory)