Class AggregatedClassLoader

java.lang.Object
java.lang.ClassLoader
org.infinispan.commons.util.AggregatedClassLoader

public final class AggregatedClassLoader extends ClassLoader
A ClassLoader that delegates loading of classes and resources to a list of delegate ClassLoaders. The loading is attempted in the order returned by the provided Collection.
Since:
9.2
Author:
[email protected]