Uses of Class
io.github.classgraph.ModuleRef
Packages that use ModuleRef
Package
Description
-
Uses of ModuleRef in io.github.classgraph
Classes in io.github.classgraph that implement interfaces with type arguments of type ModuleRefModifier and TypeClassDescriptionclassA ModuleReference proxy, written using reflection to preserve backwards compatibility with JDK 7 and 8.Methods in io.github.classgraph that return ModuleRefModifier and TypeMethodDescriptionClassInfo.getModuleRef()Get the module that this class was found within, as aModuleRef, or null if this class was found in a directory or jar in the classpath.ModuleInfo.getModuleRef()TheModuleReffor this module, or null if this module was obtained from a classpath element on the traditional classpath that contained amodule-info.classfile.Resource.getModuleRef()Methods in io.github.classgraph that return types with arguments of type ModuleRefModifier and TypeMethodDescriptionClassGraph.getModules()ReturnsModuleRefreferences for all the visible modules.ScanResult.getModules()GetModuleRefreferences for all visible modules.Methods in io.github.classgraph with parameters of type ModuleRef -
Uses of ModuleRef in nonapi.io.github.classgraph.classpath
Methods in nonapi.io.github.classgraph.classpath that return types with arguments of type ModuleRefModifier and TypeMethodDescriptionModuleFinder.getNonSystemModuleRefs()Get the non-system modules asModuleRefwrappers.ModuleFinder.getSystemModuleRefs()Get the system modules asModuleRefwrappers. -
Uses of ModuleRef in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type ModuleRefModifier and TypeFieldDescriptionNestedJarHandler.moduleRefToModuleReaderProxyRecyclerMapA singleton map from aModuleRefto aModuleReaderProxyrecycler for the module.