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 void
Zips. iterateChangedAndAdded(ZipEntryOrInfoAdapter zipEntryCallback)
Iterate through ZipEntrySources for added or changed entries with a given callbackprivate void
Zips. iterateExistingExceptRemoved(ZipEntryOrInfoAdapter zipEntryCallback)
Iterate through source for not removed entries with a given callbackprivate void
Zips. processAllEntries(ZipEntryOrInfoAdapter zipEntryAdapter)
-