org.apache.aries.util.filesystem.impl
Class ZipCloseableDirectory

java.lang.Object
  extended by org.apache.aries.util.filesystem.impl.CloseableDirectory
      extended by org.apache.aries.util.filesystem.impl.ZipCloseableDirectory
All Implemented Interfaces:
Closeable, Iterable<IFile>, ICloseableDirectory, IDirectory, IFile

public class ZipCloseableDirectory
extends CloseableDirectory


Field Summary
 
Fields inherited from class org.apache.aries.util.filesystem.impl.CloseableDirectory
delegate
 
Constructor Summary
ZipCloseableDirectory(File archive, ZipDirectory parent)
           
 
Method Summary
protected  void cleanup()
           
 ZipFile getZipFile()
           
 
Methods inherited from class org.apache.aries.util.filesystem.impl.CloseableDirectory
checkNotClosed, close, convert, convertNested, getFile, getLastModified, getName, getParent, getRoot, getSize, isClosed, isDirectory, isFile, isRoot, iterator, listAllFiles, listFiles, open, toCloseable, toURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipCloseableDirectory

public ZipCloseableDirectory(File archive,
                             ZipDirectory parent)
                      throws IOException
Throws:
IOException
Method Detail

getZipFile

public ZipFile getZipFile()

cleanup

protected void cleanup()
Overrides:
cleanup in class CloseableDirectory


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.