com.atlassian.confluence.util.zip
Interface Unzipper

All Known Implementing Classes:
AbstractUnzipper, FileUnzipper

public interface Unzipper


Method Summary
 void unzip()
           
 File unzipFileInArchive(String fileName)
           
 

Method Detail

unzip

public void unzip()
           throws Exception
Throws:
Exception

unzipFileInArchive

public File unzipFileInArchive(String fileName)
                        throws Exception
Throws:
Exception


Confluence is developed by Atlassian.