Class ZipCloseableDirectory
- java.lang.Object
-
- org.apache.aries.util.filesystem.impl.CloseableDirectory
-
- org.apache.aries.util.filesystem.impl.ZipCloseableDirectory
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Iterable<IFile>
,ICloseableDirectory
,IDirectory
,IFile
public class ZipCloseableDirectory extends CloseableDirectory
-
-
Constructor Summary
Constructors Constructor Description ZipCloseableDirectory(java.io.File archive, ZipDirectory parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.zip.ZipFile
getZipFile()
-
Methods inherited from class org.apache.aries.util.filesystem.impl.CloseableDirectory
close, convert, convertNested, getFile, getLastModified, getName, getParent, getRoot, getSize, isClosed, isDirectory, isFile, isRoot, iterator, listAllFiles, listFiles, open, toCloseable, toURL
-
-
-
-
Constructor Detail
-
ZipCloseableDirectory
public ZipCloseableDirectory(java.io.File archive, ZipDirectory parent) throws java.io.IOException
- Throws:
java.io.IOException
-
-