Uses of Class
org.frankframework.configuration.ClassLoaderException
-
Uses of ClassLoaderException in org.frankframework.configuration
Modifier and TypeMethodDescriptionReturns the ClassLoader for a specific configuration.Returns the ClassLoader for a specific configuration.void
ClassLoaderManager.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/).void
Reloads a configuration if it exists. -
Uses of ClassLoaderException in org.frankframework.configuration.classloaders
Modifier and TypeMethodDescriptionfinal void
AbstractBytesClassLoader.configure
(IbisContext ibisContext, String configurationName) void
AbstractClassLoader.configure
(IbisContext ibisContext, String configurationName) void
DirectoryClassLoader.configure
(IbisContext ibisContext, String configurationName) void
DummyClassLoader.configure
(IbisContext ibisContext, String configurationName) void
IConfigurationClassLoader.configure
(IbisContext ibisContext, String configurationName) Configure theIConfigurationClassLoader
's implementationvoid
ScanningDirectoryClassLoader.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 void
AbstractBytesClassLoader.reload()
Tries to load new resources, upon success, clears all resources, calls it's super.reload() and sets the new resourcesvoid
AbstractClassLoader.reload()
void
IConfigurationClassLoader.reload()
Unload the current IConfigurationClassLoader and load again upon successful unload.void
DirectoryClassLoader.setDirectory
(String directory) Set the directory from which the configuration files should be loaded