Uses of Class
nonapi.io.github.classgraph.scanspec.ScanSpec
Packages that use ScanSpec
Package
Description
-
Uses of ScanSpec in nonapi.io.github.classgraph.classloaderhandler
Methods in nonapi.io.github.classgraph.classloaderhandler with parameters of type ScanSpecModifier and TypeMethodDescriptionvoidClassLoaderHandlerRegistry.ClassLoaderHandlerRegistryEntry.findClasspathOrder(ClassLoader classLoader, ClasspathOrder classpathOrder, ScanSpec scanSpec, LogNode log) Call the static method findClasspathOrder(ClassLoader, ClasspathOrder) for the associatedClassLoaderHandler. -
Uses of ScanSpec in nonapi.io.github.classgraph.classpath
Methods in nonapi.io.github.classgraph.classpath with parameters of type ScanSpecModifier and TypeMethodDescriptionbooleanClasspathOrder.addClasspathEntries(List<Object> overrideClasspath, ClassLoader classLoader, ScanSpec scanSpec, LogNode log) Add classpath entries, separated by the system path separator character.booleanClasspathOrder.addClasspathEntry(Object pathElement, ClassLoader classLoader, ScanSpec scanSpec, LogNode log) Add a classpath element relative to a base file.booleanClasspathOrder.addClasspathEntryObject(Object pathObject, ClassLoader classLoader, ScanSpec scanSpec, LogNode log) Add classpath entries from an object obtained from reflection.booleanClasspathOrder.addClasspathPathStr(String pathStr, ClassLoader classLoader, ScanSpec scanSpec, LogNode log) Add classpath entries, separated by the system path separator character.Constructors in nonapi.io.github.classgraph.classpath with parameters of type ScanSpecModifierConstructorDescriptionClasspathFinder(ScanSpec scanSpec, ReflectionUtils reflectionUtils, LogNode log) A class to find the unique ordered classpath elements.ModuleFinder(Class<?>[] callStack, ScanSpec scanSpec, boolean scanNonSystemModules, boolean scanSystemModules, ReflectionUtils reflectionUtils, LogNode log) A class to find the visible modules. -
Uses of ScanSpec in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as ScanSpecConstructors in nonapi.io.github.classgraph.fastzipfilereader with parameters of type ScanSpecModifierConstructorDescriptionNestedJarHandler(ScanSpec scanSpec, InterruptionChecker interruptionChecker, ReflectionUtils reflectionUtils) A handler for nested jars. -
Uses of ScanSpec in nonapi.io.github.classgraph.utils
Methods in nonapi.io.github.classgraph.utils with parameters of type ScanSpecModifier and TypeMethodDescriptionstatic String[]JarUtils.smartPathSplit(String pathStr, char separatorChar, ScanSpec scanSpec) Split a path on the given separator char.static String[]JarUtils.smartPathSplit(String pathStr, ScanSpec scanSpec) Split a path on File.pathSeparator (':' on Linux, ';' on Windows), but also allow for the use of URLs with protocol specifiers, e.g.