Uses of Class
io.inugami.commons.files.zip.ZipScanerBuilder
-
Packages that use ZipScanerBuilder Package Description io.inugami.commons.files.zip -
-
Uses of ZipScanerBuilder in io.inugami.commons.files.zip
Methods in io.inugami.commons.files.zip that return ZipScanerBuilder Modifier and Type Method Description ZipScanerBuilder
ZipScanerBuilder. addFile(File zipFile)
ZipScanerBuilder
ZipScanerBuilder. addSortsFunction(Function<List<ZipEntry>,List<ZipEntry>> sortsFunction)
ZipScanerBuilder
ZipScanerBuilder. addZipScanProcessor(ZipScanFileMatcher matcher, BiConsumer<ZipEntry,ZipFile> consumer)
ZipScanerBuilder
ZipScanerBuilder. addZipScanProcessor(ZipScanProcessor processor)
static ZipScanerBuilder
ZipScanerBuilder. builder(File zipFile)
ZipScanerBuilder
ZipScanerBuilder. hideHidden()
ZipScanerBuilder
ZipScanerBuilder. showHidden()
-