public class GoZipBallStreamer
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.compress.archivers.ArchiveOutputStream |
archiveOutputStream |
| Constructor and Description |
|---|
GoZipBallStreamer(org.apache.commons.compress.archivers.zip.ZipFile zipFile,
java.lang.String projectName,
java.lang.String version,
org.jfrog.build.api.util.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
packProject() |
void |
writeDeployableZip(java.io.File deployableZip) |
protected org.apache.commons.compress.archivers.ArchiveOutputStream archiveOutputStream
public GoZipBallStreamer(org.apache.commons.compress.archivers.zip.ZipFile zipFile,
java.lang.String projectName,
java.lang.String version,
org.jfrog.build.api.util.Log log)
public void writeDeployableZip(java.io.File deployableZip)
throws java.io.IOException
java.io.IOExceptionprotected void packProject()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException