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

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

public class NestedCloseableDirectory
extends CloseableDirectory


Field Summary
 
Fields inherited from class org.apache.aries.util.filesystem.impl.CloseableDirectory
delegate
 
Constructor Summary
NestedCloseableDirectory(IFile archive, NestedZipDirectory delegate)
           
 
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

NestedCloseableDirectory

public NestedCloseableDirectory(IFile archive,
                                NestedZipDirectory delegate)
                         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.