Uses of Class
org.zeroturnaround.zip.Zips
Packages that use Zips
-
Uses of Zips in org.zeroturnaround.zip
Methods in org.zeroturnaround.zip that return ZipsModifier and TypeMethodDescriptionZips.addEntries(ZipEntrySource[] entries) Specifies entries to add or change to the output when this Zips executes.Zips.addEntry(ZipEntrySource entry) Specifies an entry to add or change to the output when this Zips executes.Adds a file entry.Adds a file entry.Zips.addFile(File file, boolean preserveRoot, FileFilter filter) Adds a file entry.Zips.addFile(File file, FileFilter filter) Adds a file entry.Zips.addTransformer(String path, ZipEntryTransformer transformer) Registers a transformer for a given entry.Specifies charset for this Zips executionstatic ZipsZips.create()Static factory method to obtain an instance of Zips without source file.Zips.destination(File destination) Specifies destination file for this Zips execution, if destination is null (default value), then source file will be overwritten.static ZipsStatic factory method to obtain an instance of Zips.Zips.nameMapper(NameMapper nameMapper) Zips.preserveTimestamps()Enables timestamp preserving for this Zips executionZips.removeEntries(String[] entries) Specifies entries to remove to the output when this Zips executes.Zips.removeEntry(String entry) Specifies an entry to remove to the output when this Zips executes.Zips.setPreserveTimestamps(boolean preserve) Specifies timestamp preserving for this Zips executionZips.unpack()