Class GlassfishUrlClassLoader

All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ASURLClassLoader

public class GlassfishUrlClassLoader extends URLClassLoader
URLClassLoader with logs and overriden toString() method so it prints list of managed URLs.

This classloader is Closeable! As of JDK11+ close() just closes any unclosed resource streams which could survive the class loader.

Author:
David Matejcek