All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.lukehutch.fastclasspathscanner.classloaderhandler.README Maven / Gradle / Ivy

There is a newer version: 0.14.0-beta.3
Show newest version

This directory contains ClassLoaderHandlers: classes that know how to extract classpath
entries from different ClassLoaders.

You can register your own custom ClassLoaderHandler with FastClasspathScanner by calling
FastClasspathScanner#registerClassLoaderHandler() before calling #scan().

Note that URLClassLoader subclasses do not need a custom ClassLoaderHandler, they are
handled automatically by FastClasspathScanner.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy