Uses of Class
io.github.lukehutch.fastclasspathscanner.utils.Recycler
-
Packages that use Recycler Package Description io.github.lukehutch.fastclasspathscanner.utils -
-
Uses of Recycler in io.github.lukehutch.fastclasspathscanner.utils
Methods in io.github.lukehutch.fastclasspathscanner.utils that return Recycler Modifier and Type Method Description Recycler<ModuleRef.ModuleReaderProxy,IOException>
NestedJarHandler. getModuleReaderProxyRecycler(ModuleRef moduleRef, LogNode log)
Get a ModuleReaderProxy recycler given a ModuleRef.Recycler<ZipFile,IOException>
NestedJarHandler. getZipFileRecycler(File zipFile, LogNode log)
Get a ZipFile recycler given the (non-nested) canonical path of a jarfile.
-