Class UrlUnzipper
- java.lang.Object
 - 
- com.atlassian.confluence.util.zip.AbstractUnzipper
 - 
- com.atlassian.confluence.util.zip.UrlUnzipper
 
 
 
- 
- All Implemented Interfaces:
 Unzipper
public class UrlUnzipper extends AbstractUnzipper
 
- 
- 
Field Summary
- 
Fields inherited from class com.atlassian.confluence.util.zip.AbstractUnzipper
destDir 
 - 
 
- 
Constructor Summary
Constructors Constructor Description UrlUnzipper(URL zipUrl, File destDir) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZipEntry[]entries()voidunzip()FileunzipFileInArchive(String fileName)- 
Methods inherited from class com.atlassian.confluence.util.zip.AbstractUnzipper
entries, saveEntry 
 - 
 
 - 
 
- 
- 
Method Detail
- 
unzip
public void unzip() throws IOException- Throws:
 IOException
 
- 
unzipFileInArchive
public File unzipFileInArchive(String fileName) throws IOException
- Throws:
 IOException
 
- 
entries
public ZipEntry[] entries() throws IOException
- Throws:
 IOException
 
 - 
 
 -