Class 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:
    anistor@redhat.com