Uses of Class
org.zeroturnaround.zip.transform.ZipEntryTransformerEntry
Packages that use ZipEntryTransformerEntry
-
Uses of ZipEntryTransformerEntry in org.zeroturnaround.zip
Fields in org.zeroturnaround.zip with type parameters of type ZipEntryTransformerEntryMethods in org.zeroturnaround.zip with parameters of type ZipEntryTransformerEntryModifier and TypeMethodDescriptionstatic boolean
ZipUtil.transformEntries
(File zip, ZipEntryTransformerEntry[] entries) Changes an existing ZIP file: transforms a given entries in it.static boolean
ZipUtil.transformEntries
(File zip, ZipEntryTransformerEntry[] entries, File destZip) Copies an existing ZIP file and transforms the given entries in it.static boolean
ZipUtil.transformEntries
(InputStream is, ZipEntryTransformerEntry[] entries, OutputStream os) Copies an existing ZIP file and transforms the given entries in it.static boolean
ZipUtil.transformEntry
(File zip, ZipEntryTransformerEntry entry) Changes an existing ZIP file: transforms a given entry in it.static boolean
ZipUtil.transformEntry
(File zip, ZipEntryTransformerEntry entry, File destZip) Copies an existing ZIP file and transforms a given entry in it.static boolean
ZipUtil.transformEntry
(InputStream is, ZipEntryTransformerEntry entry, OutputStream os) Copies an existing ZIP file and transforms a given entry in it.Method parameters in org.zeroturnaround.zip with type arguments of type ZipEntryTransformerEntryModifier and TypeMethodDescription(package private) static Map
<String, ZipEntryTransformer> ZipUtil.transformersByPath
(List<ZipEntryTransformerEntry> entries) Constructor parameters in org.zeroturnaround.zip with type arguments of type ZipEntryTransformerEntryModifierConstructorDescriptionprivate
CopyingCallback
(List<ZipEntryTransformerEntry> transformerEntries, ZipOutputStream out, boolean preserveTimestapms) TransformerZipEntryCallback
(List<ZipEntryTransformerEntry> entries, ZipOutputStream out) private
UnpackingCallback
(List<ZipEntryTransformerEntry> entries, File destination)