Uses of Class
io.github.classgraph.ModuleRef
Packages that use ModuleRef
Package
Description
-
Uses of ModuleRef in io.github.classgraph
Fields in io.github.classgraph declared as ModuleRefModifier and TypeFieldDescription(package private) final ModuleRef
ClasspathElementModule.moduleRef
The module ref.private ModuleRef
ModuleInfo.moduleRef
TheModuleRef
.Fields in io.github.classgraph with type parameters of type ModuleRefModifier and TypeFieldDescription(package private) SingletonMap
<ModuleRef, Recycler<ModuleReaderProxy, IOException>, IOException> ClasspathElementModule.moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.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.(package private) ModuleRef
ClasspathElementModule.getModuleRef()
Get the ModuleRef for this classpath element.ModuleInfo.getModuleRef()
TheModuleRef
for this module, or null if this module was obtained from a classpath element on the traditional classpath that contained amodule-info.class
file.Resource.getModuleRef()
Methods in io.github.classgraph that return types with arguments of type ModuleRefModifier and TypeMethodDescriptionClassGraph.getModules()
ReturnsModuleRef
references for all the visible modules.ScanResult.getModules()
GetModuleRef
references for all visible modules.Methods in io.github.classgraph with parameters of type ModuleRefConstructors in io.github.classgraph with parameters of type ModuleRefModifierConstructorDescription(package private)
ClasspathElementModule
(ModuleRef moduleRef, SingletonMap<ModuleRef, Recycler<ModuleReaderProxy, IOException>, IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec) A zip/jarfile classpath element.(package private)
ModuleInfo
(ModuleRef moduleRef, ClasspathElement classpathElement) Construct a ModuleInfo object.(package private)
ModuleReaderProxy
(ModuleRef moduleRef) Constructor.Constructor parameters in io.github.classgraph with type arguments of type ModuleRefModifierConstructorDescription(package private)
ClasspathElementModule
(ModuleRef moduleRef, SingletonMap<ModuleRef, Recycler<ModuleReaderProxy, IOException>, IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec) A zip/jarfile classpath element. -
Uses of ModuleRef in nonapi.io.github.classgraph.classpath
Fields in nonapi.io.github.classgraph.classpath with type parameters of type ModuleRefModifier and TypeFieldDescriptionModuleFinder.nonSystemModuleRefs
The non system module refs.ModuleFinder.systemModuleRefs
The system module refs.Methods in nonapi.io.github.classgraph.classpath that return types with arguments of type ModuleRefModifier and TypeMethodDescriptionModuleFinder.findModuleRefs
(LinkedHashSet<Object> layers, ScanSpec scanSpec, LogNode log) Get all visible ModuleReferences in a list of layers.ModuleFinder.findModuleRefsFromCallstack
(Class<?>[] callStack, ScanSpec scanSpec, boolean scanNonSystemModules, LogNode log) Get all visible ModuleReferences in all layers, given an array of stack frameClass<?>
references.ModuleFinder.getNonSystemModuleRefs()
Get the non-system modules asModuleRef
wrappers.ModuleFinder.getSystemModuleRefs()
Get the system modules asModuleRef
wrappers. -
Uses of ModuleRef in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type ModuleRefModifier and TypeFieldDescriptionNestedJarHandler.moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.