public class ZipEntrySourceCollectionWriter extends Object
ZipEntrySourceCollection to a zip file.| Constructor and Description |
|---|
ZipEntrySourceCollectionWriter(ProjectFilesystem projectFilesystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyToZip(ZipEntrySourceCollection collection,
Path outputFile)
Creates a zip archive in a given file by copying all entries listed in the collection.
|
public ZipEntrySourceCollectionWriter(ProjectFilesystem projectFilesystem)
public void copyToZip(ZipEntrySourceCollection collection, Path outputFile) throws IOException
IOException