Uses of Class
io.github.classgraph.ModuleReaderProxy
-
Packages that use ModuleReaderProxy Package Description io.github.classgraph io.github.classgraph.utils -
-
Uses of ModuleReaderProxy in io.github.classgraph
Methods in io.github.classgraph that return ModuleReaderProxy Modifier and Type Method Description ModuleReaderProxy
ModuleRef. open()
Open the module, returning aModuleReaderProxy
. -
Uses of ModuleReaderProxy in io.github.classgraph.utils
Methods in io.github.classgraph.utils that return types with arguments of type ModuleReaderProxy Modifier and Type Method Description Recycler<ModuleReaderProxy,IOException>
NestedJarHandler. getModuleReaderProxyRecycler(ModuleRef moduleRef, LogNode log)
Get a ModuleReaderProxy recycler given a ModuleRef.
-