Class PluginClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable

public class PluginClassLoader extends URLClassLoader
Default ClassLoader for loading plugins using a 'child-first strategy'. In other words, this ClassLoader attempts to find the class in its own context before delegating to the parent ClassLoader.