Uses of Class
io.github.classgraph.ModuleReaderProxy
-
Packages that use ModuleReaderProxy Package Description io.github.classgraph nonapi.io.github.classgraph.fastzipfilereader -
-
Uses of ModuleReaderProxy in io.github.classgraph
Fields in io.github.classgraph with type parameters of type ModuleReaderProxy Modifier and Type Field Description private Recycler<ModuleReaderProxy,java.io.IOException>
ClasspathElementModule. moduleReaderProxyRecycler
The module reader proxy recycler.(package private) SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException>
ClasspathElementModule. moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.Methods in io.github.classgraph that return ModuleReaderProxy Modifier and Type Method Description ModuleReaderProxy
ModuleRef. open()
Open the module, returning aModuleReaderProxy
.Constructor parameters in io.github.classgraph with type arguments of type ModuleReaderProxy Constructor Description ClasspathElementModule(ModuleRef moduleRef, SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec)
A zip/jarfile classpath element. -
Uses of ModuleReaderProxy in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type ModuleReaderProxy Modifier and Type Field Description SingletonMap<ModuleRef,Recycler<ModuleReaderProxy,java.io.IOException>,java.io.IOException>
NestedJarHandler. moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.
-