Uses of Class
io.github.lukehutch.fastclasspathscanner.utils.NestedJarHandler
-
Packages that use NestedJarHandler Package Description io.github.lukehutch.fastclasspathscanner.utils -
-
Uses of NestedJarHandler in io.github.lukehutch.fastclasspathscanner.utils
Methods in io.github.lukehutch.fastclasspathscanner.utils with parameters of type NestedJarHandler Modifier and Type Method Description ClassLoader
JarfileMetadataReader. getCustomClassLoader(NestedJarHandler nestedJarHandler, LogNode log)
Create a custom URLClassLoader for the package root paths and lib jar entries in this jar.Constructors in io.github.lukehutch.fastclasspathscanner.utils with parameters of type NestedJarHandler Constructor Description ClasspathFinder(ScanSpec scanSpec, NestedJarHandler nestedJarHandler, LogNode log)
A class to find the unique ordered classpath elements.ClasspathOrder(ScanSpec scanSpec, NestedJarHandler nestedJarHandler)
ClasspathOrModulePathEntry(ModuleRef moduleRef, NestedJarHandler nestedJarHandler, LogNode log)
A relative path for a module (in JDK9+).ClasspathOrModulePathEntry(String pathToResolveAgainst, String relativePath, ClassLoader[] classLoaders, NestedJarHandler nestedJarHandler, ScanSpec scanSpec, LogNode log)
A relative path.
-