Uses of Interface
org.zeroturnaround.zip.ZipEntrySource
Packages that use ZipEntrySource
-
Uses of ZipEntrySource in org.zeroturnaround.zip
Classes in org.zeroturnaround.zip that implement ZipEntrySourceFields in org.zeroturnaround.zip with type parameters of type ZipEntrySourceMethods in org.zeroturnaround.zip that return types with arguments of type ZipEntrySourceModifier and TypeMethodDescription(package private) static Map
<String, ZipEntrySource> ZipUtil.entriesByPath
(ZipEntrySource... entries) Methods in org.zeroturnaround.zip with parameters of type ZipEntrySourceModifier and TypeMethodDescriptionZips.addEntries
(ZipEntrySource[] entries) Specifies entries to add or change to the output when this Zips executes.static void
ZipUtil.addEntries
(File zip, ZipEntrySource[] entries) Changes a zip file it with with new entries.static void
ZipUtil.addEntries
(File zip, ZipEntrySource[] entries, File destZip) Copies an existing ZIP file and appends it with new entries.static void
ZipUtil.addEntries
(File zip, ZipEntrySource[] entries, OutputStream destOut) Copies an existing ZIP file and appends it with new entries.static void
ZipUtil.addEntries
(InputStream is, ZipEntrySource[] entries, OutputStream destOut) Copies an existing ZIP file and appends it with new entries.Zips.addEntry
(ZipEntrySource entry) Specifies an entry to add or change to the output when this Zips executes.static void
ZipUtil.addEntry
(File zip, ZipEntrySource entry) Changes a zip file, adds one new entry in-place.static void
ZipUtil.addEntry
(File zip, ZipEntrySource entry, File destZip) Copies an existing ZIP file and appends it with one new entry.private static void
ZipUtil.addEntry
(ZipEntrySource entry, ZipOutputStream out) Adds a given ZIP entry to a ZIP file.static void
ZipUtil.addOrReplaceEntries
(File zip, ZipEntrySource[] entries) Changes a ZIP file: adds/replaces the given entries in it.static void
ZipUtil.addOrReplaceEntries
(File zip, ZipEntrySource[] entries, File destZip) Copies an existing ZIP file and adds/replaces the given entries in it.(package private) static Map
<String, ZipEntrySource> ZipUtil.entriesByPath
(ZipEntrySource... entries) static void
ZipUtil.pack
(ZipEntrySource[] entries, File zip) Compresses the given entries into a new ZIP file.static void
ZipUtil.pack
(ZipEntrySource[] entries, OutputStream os) Compresses the given entries into an output stream.private static void
ZipUtil.pack
(ZipEntrySource[] entries, OutputStream os, boolean closeStream) static boolean
ZipUtil.replaceEntries
(File zip, ZipEntrySource[] entries) Changes an existing ZIP file: replaces a given entry in it.static boolean
ZipUtil.replaceEntries
(File zip, ZipEntrySource[] entries, File destZip) Copies an existing ZIP file and replaces the given entries in it.static boolean
ZipUtil.replaceEntry
(File zip, ZipEntrySource entry) Changes an existing ZIP file: replaces a given entry in it.static boolean
ZipUtil.replaceEntry
(File zip, ZipEntrySource entry, File destZip) Copies an existing ZIP file and replaces a given entry in it. -
Uses of ZipEntrySource in org.zeroturnaround.zip.transform
Fields in org.zeroturnaround.zip.transform declared as ZipEntrySourceModifier and TypeFieldDescriptionprivate final ZipEntrySource
ZipEntrySourceZipEntryTransformer.source
Methods in org.zeroturnaround.zip.transform with parameters of type ZipEntrySourceModifier and TypeMethodDescription(package private) static void
ZipEntrySourceZipEntryTransformer.addEntry
(ZipEntrySource entry, ZipOutputStream out) Adds a given ZIP entry to a ZIP file.Constructors in org.zeroturnaround.zip.transform with parameters of type ZipEntrySource