org.apache.aries.util.filesystem.impl
Class ZipCloseableDirectory
java.lang.Object
org.apache.aries.util.filesystem.impl.CloseableDirectory
org.apache.aries.util.filesystem.impl.ZipCloseableDirectory
- All Implemented Interfaces:
- Closeable, Iterable<IFile>, ICloseableDirectory, IDirectory, IFile
public class ZipCloseableDirectory
- extends CloseableDirectory
| 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 |
ZipCloseableDirectory
public ZipCloseableDirectory(File archive,
ZipDirectory parent)
throws IOException
- Throws:
IOException
getZipFile
public ZipFile getZipFile()
cleanup
protected void cleanup()
- Overrides:
cleanup in class CloseableDirectory
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.