Uses of Class
io.github.lukehutch.fastclasspathscanner.ModuleReaderProxy
-
Packages that use ModuleReaderProxy Package Description io.github.lukehutch.fastclasspathscanner io.github.lukehutch.fastclasspathscanner.utils -
-
Uses of ModuleReaderProxy in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner that return ModuleReaderProxy Modifier and Type Method Description ModuleReaderProxyModuleRef. open()Open the module, returning aModuleReaderProxy. -
Uses of ModuleReaderProxy in io.github.lukehutch.fastclasspathscanner.utils
Methods in io.github.lukehutch.fastclasspathscanner.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.
-