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

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

Go to download

Uber-fast, ultra-lightweight Java classpath scanner. Scans the classpath by parsing the classfile binary format directly rather than by using reflection. See https://github.com/lukehutch/fast-classpath-scanner

There is a newer version: 4.0.0-beta-7
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.

If a new default ClassLoaderHandler is added to FastClasspathScanner, then it should be
added to the list in ClassLoaderHandlerRegistry.
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy