Class ChainingClassLoader

java.lang.Object
java.lang.ClassLoader
com.atlassian.plugin.util.ChainingClassLoader

public class ChainingClassLoader extends ClassLoader
A class loader that delegates to a list of class loaders. The order is important as classes and resources will be loaded from the first classloader that can load them. This class is optimized for a small number of classloaders.
Since:
2.6.0