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 booleanZipUtil.transformEntries(File zip, ZipEntryTransformerEntry[] entries) Changes an existing ZIP file: transforms a given entries in it.static booleanZipUtil.transformEntries(File zip, ZipEntryTransformerEntry[] entries, File destZip) Copies an existing ZIP file and transforms the given entries in it.static booleanZipUtil.transformEntries(InputStream is, ZipEntryTransformerEntry[] entries, OutputStream os) Copies an existing ZIP file and transforms the given entries in it.static booleanZipUtil.transformEntry(File zip, ZipEntryTransformerEntry entry) Changes an existing ZIP file: transforms a given entry in it.static booleanZipUtil.transformEntry(File zip, ZipEntryTransformerEntry entry, File destZip) Copies an existing ZIP file and transforms a given entry in it.static booleanZipUtil.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 ZipEntryTransformerEntryModifierConstructorDescriptionprivateCopyingCallback(List<ZipEntryTransformerEntry> transformerEntries, ZipOutputStream out, boolean preserveTimestapms) TransformerZipEntryCallback(List<ZipEntryTransformerEntry> entries, ZipOutputStream out) privateUnpackingCallback(List<ZipEntryTransformerEntry> entries, File destination)