com.atlassian.confluence.util.zip
Class AbstractUnzipper

java.lang.Object
  extended bycom.atlassian.confluence.util.zip.AbstractUnzipper
All Implemented Interfaces:
Unzipper
Direct Known Subclasses:
StreamUnzipper, UrlUnzipper

public abstract class AbstractUnzipper
extends Object
implements Unzipper


Field Summary
protected  File destDir
           
protected static org.apache.log4j.Category log
           
 
Constructor Summary
AbstractUnzipper()
           
 
Method Summary
protected  File saveEntry(InputStream is, ZipEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.util.zip.Unzipper
unzip, unzipFileInArchive
 

Field Detail

log

protected static org.apache.log4j.Category log

destDir

protected File destDir
Constructor Detail

AbstractUnzipper

public AbstractUnzipper()
Method Detail

saveEntry

protected File saveEntry(InputStream is,
                         ZipEntry entry)
                  throws Exception
Throws:
Exception


Confluence is developed by Atlassian.