Uses of Class
io.github.fastclasspathscanner.utils.NestedJarHandler
-
Packages that use NestedJarHandler Package Description io.github.fastclasspathscanner.utils -
-
Uses of NestedJarHandler in io.github.fastclasspathscanner.utils
Methods in io.github.fastclasspathscanner.utils with parameters of type NestedJarHandler Modifier and Type Method Description ClassLoaderJarfileMetadataReader. 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.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.
-