Uses of Class
io.github.classgraph.ModuleRef
-
Packages that use ModuleRef Package Description io.github.classgraph nonapi.io.github.classgraph.classpath nonapi.io.github.classgraph.fastzipfilereader -
-
Uses of ModuleRef in io.github.classgraph
Methods in io.github.classgraph that return ModuleRef Modifier and Type Method Description ModuleRef
ClassInfo. getModuleRef()
ModuleRef
ModuleInfo. getModuleRef()
TheModuleRef
for this module.abstract ModuleRef
Resource. getModuleRef()
Methods in io.github.classgraph that return types with arguments of type ModuleRef Modifier and Type Method Description java.util.List<ModuleRef>
ClassGraph. getModules()
ReturnsModuleRef
references for all the visible modules.java.util.List<ModuleRef>
ScanResult. getModules()
Methods in io.github.classgraph with parameters of type ModuleRef Modifier and Type Method Description int
ModuleRef. compareTo(ModuleRef o)
-
Uses of ModuleRef in nonapi.io.github.classgraph.classpath
Methods in nonapi.io.github.classgraph.classpath that return types with arguments of type ModuleRef Modifier and Type Method Description java.util.List<ModuleRef>
ClassLoaderAndModuleFinder. getNonSystemModuleRefs()
java.util.List<ModuleRef>
ClassLoaderAndModuleFinder. getSystemModuleRefs()
-
Uses of ModuleRef in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type ModuleRef Modifier and Type Field Description SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>>
NestedJarHandler. moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.
-