com.atlassian.plugin.util.zip
Interface Unzipper

All Known Implementing Classes:
AbstractUnzipper, FileUnzipper, StreamUnzipper, UrlUnzipper

public interface Unzipper


Method Summary
 void conditionalUnzip()
           
 ZipEntry[] entries()
           
 void unzip()
           
 File unzipFileInArchive(String fileName)
           
 

Method Detail

unzip

void unzip()
           throws IOException
Throws:
IOException

conditionalUnzip

void conditionalUnzip()
                      throws IOException
Throws:
IOException

unzipFileInArchive

File unzipFileInArchive(String fileName)
                        throws IOException,
                               FileNotFoundException
Throws:
IOException
FileNotFoundException

entries

ZipEntry[] entries()
                   throws IOException
Throws:
IOException


Copyright © 2013 Atlassian. All Rights Reserved.