|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.util.zip.AbstractUnzipper
com.atlassian.plugin.util.zip.UrlUnzipper
public class UrlUnzipper
| Field Summary |
|---|
| Fields inherited from class com.atlassian.plugin.util.zip.AbstractUnzipper |
|---|
destDir, log |
| Constructor Summary | |
|---|---|
UrlUnzipper(java.net.URL zipUrl,
java.io.File destDir)
|
|
| Method Summary | |
|---|---|
java.util.zip.ZipEntry[] |
entries()
|
void |
unzip()
|
java.io.File |
unzipFileInArchive(java.lang.String fileName)
|
| Methods inherited from class com.atlassian.plugin.util.zip.AbstractUnzipper |
|---|
conditionalUnzip, entries, saveEntry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrlUnzipper(java.net.URL zipUrl,
java.io.File destDir)
| Method Detail |
|---|
public void unzip()
throws java.io.IOException
java.io.IOException
public java.io.File unzipFileInArchive(java.lang.String fileName)
throws java.io.IOException
java.io.IOException
public java.util.zip.ZipEntry[] entries()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||