Uses of Class
io.github.lukehutch.fastclasspathscanner.scanner.ModuleRef
-
Packages that use ModuleRef Package Description io.github.lukehutch.fastclasspathscanner.scanner io.github.lukehutch.fastclasspathscanner.utils -
-
Uses of ModuleRef in io.github.lukehutch.fastclasspathscanner.scanner
Fields in io.github.lukehutch.fastclasspathscanner.scanner declared as ModuleRef Modifier and Type Field Description ModuleRef
ClasspathResource. moduleRef
Methods in io.github.lukehutch.fastclasspathscanner.scanner that return ModuleRef Modifier and Type Method Description ModuleRef
ClassInfo. getClasspathElementModuleRef()
The classpath element module that this class was found within, or null if this class was found in a directory or jar.Methods in io.github.lukehutch.fastclasspathscanner.scanner that return types with arguments of type ModuleRef Modifier and Type Method Description static List<ModuleRef>
ModuleRef. findModuleRefs(Class<?>[] callStack)
Get all visible ModuleReferences in all layers, given an array of stack frameClass<?>
references.List<ModuleRef>
ClassLoaderAndModuleFinder. getNonSystemModuleRefs()
Get non-system modules as ModuleRef wrappers, or null if no modules were found (e.g.List<ModuleRef>
ClassLoaderAndModuleFinder. getSystemModuleRefs()
Get system modules as ModuleRef wrappers, or null if no modules were found (e.g.Methods in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type ModuleRef Modifier and Type Method Description int
ModuleRef. compareTo(ModuleRef o)
Constructors in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type ModuleRef Constructor Description ClasspathResource(File classpathEltFile, ModuleRef moduleRef, String pathRelativeToClasspathElt, String pathRelativeToClasspathPrefix)
-
Uses of ModuleRef in io.github.lukehutch.fastclasspathscanner.utils
Methods in io.github.lukehutch.fastclasspathscanner.utils with parameters of type ModuleRef Modifier and Type Method Description Recycler<ModuleRef.ModuleReaderProxy,IOException>
NestedJarHandler. getModuleReaderProxyRecycler(ModuleRef moduleRef, LogNode log)
Get a ModuleReaderProxy recycler given a ModuleRef.
-