Package io.inugami.commons.files.zip
Interface ZipScanProcessor
-
public interface ZipScanProcessor
ZipScanProcessor- Since:
- 23 déc. 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<BiConsumer<ZipEntry,ZipFile>>
getConsumer()
ZipScanFileMatcher
getMatcher()
-
-
-
Method Detail
-
getMatcher
ZipScanFileMatcher getMatcher()
-
getConsumer
Optional<BiConsumer<ZipEntry,ZipFile>> getConsumer()
-
-