Class OSGILauncher.ChildFirstURLClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
OSGILauncher

protected static class OSGILauncher.ChildFirstURLClassLoader extends URLClassLoader
The ChildFirstURLClassLoader alters regular ClassLoader delegation and will check the URLs used in its initialization for matching classes before delegating to it's parent. Sometimes also referred to as a ParentLastClassLoader