com.atlassian.confluence.util.zip
Class UrlUnzipper

java.lang.Object
  extended by com.atlassian.confluence.util.zip.AbstractUnzipper
      extended by 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
UrlUnzipper(URL zipUrl, File destDir)
           
 
Method Summary
 ZipEntry[] entries()
           
 void unzip()
           
 File unzipFileInArchive(String fileName)
           
 
Methods inherited from class com.atlassian.confluence.util.zip.AbstractUnzipper
entries, saveEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlUnzipper

public UrlUnzipper(URL zipUrl,
                   File destDir)
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


Copyright © 2003-2012 Atlassian. All Rights Reserved.