public class UrlUnzipper extends AbstractUnzipper
destDir, log| Constructor and Description |
|---|
UrlUnzipper(java.net.URL zipUrl,
java.io.File destDir) |
| Modifier and Type | Method and Description |
|---|---|
java.util.zip.ZipEntry[] |
entries() |
void |
unzip() |
java.io.File |
unzipFileInArchive(java.lang.String fileName) |
conditionalUnzip, entries, saveEntrypublic void unzip()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File unzipFileInArchive(java.lang.String fileName)
throws java.io.IOException
java.io.IOExceptionpublic java.util.zip.ZipEntry[] entries()
throws java.io.IOException
java.io.IOExceptionCopyright © 2013 Atlassian. All Rights Reserved.