Class DummyClassLoader

java.lang.Object
java.lang.ClassLoader
org.frankframework.configuration.classloaders.ClassLoaderBase
org.frankframework.configuration.classloaders.DummyClassLoader
All Implemented Interfaces:
IConfigurationClassLoader, org.springframework.core.SmartClassLoader

public class DummyClassLoader extends ClassLoaderBase
Classloader which loads an empty Configuration.

Ordinarily only used for local testing. When head IBIS application and Configuration(s) to load are stored in separate projects, the DummyClassLoader can be used in the head IBIS application to prevent a "could not find config" exception.

Author:
Peter Leeuwenburgh