Class ResourceClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable

public class ResourceClassLoader extends URLClassLoader

A ClassLoader for loading resources from the supplied URLs only.

In effect this class loader has no parent, prevent them from being found rather than the resources found in the URLs.