Uses of Interface
io.inugami.commons.files.zip.ZipScanProcessor
-
Packages that use ZipScanProcessor Package Description io.inugami.commons.files.zip -
-
Uses of ZipScanProcessor in io.inugami.commons.files.zip
Methods in io.inugami.commons.files.zip with parameters of type ZipScanProcessor Modifier and Type Method Description ZipScanerBuilder
ZipScanerBuilder. addZipScanProcessor(ZipScanProcessor processor)
Method parameters in io.inugami.commons.files.zip with type arguments of type ZipScanProcessor Modifier and Type Method Description List<URL>
ZipScaner. scan(File path, Function<List<ZipEntry>,List<ZipEntry>> sortsFunction, List<ZipScanProcessor> processors, boolean keepHidden)
-