Uses of Class
io.github.classgraph.utils.NestedJarHandler
-
Packages that use NestedJarHandler Package Description io.github.classgraph.utils -
-
Uses of NestedJarHandler in io.github.classgraph.utils
Constructors in io.github.classgraph.utils with parameters of type NestedJarHandler Constructor Description ClasspathFinder(ScanSpec scanSpec, NestedJarHandler nestedJarHandler, LogNode log)A class to find the unique ordered classpath elements.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.
-