Uses of Class
org.zeroturnaround.zip.ZipEntryOrInfoAdapter
-
Packages that use ZipEntryOrInfoAdapter Package Description org.zeroturnaround.zip -
-
Uses of ZipEntryOrInfoAdapter in org.zeroturnaround.zip
Methods in org.zeroturnaround.zip with parameters of type ZipEntryOrInfoAdapter Modifier and Type Method Description private voidZips. iterateChangedAndAdded(ZipEntryOrInfoAdapter zipEntryCallback)Iterate through ZipEntrySources for added or changed entries with a given callbackprivate voidZips. iterateExistingExceptRemoved(ZipEntryOrInfoAdapter zipEntryCallback)Iterate through source for not removed entries with a given callbackprivate voidZips. processAllEntries(ZipEntryOrInfoAdapter zipEntryAdapter)
-