Class NestedCloseableDirectory
- java.lang.Object
-
- org.apache.aries.util.filesystem.impl.CloseableDirectory
-
- org.apache.aries.util.filesystem.impl.NestedCloseableDirectory
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Iterable<IFile>
,ICloseableDirectory
,IDirectory
,IFile
public class NestedCloseableDirectory extends CloseableDirectory
-
-
Constructor Summary
Constructors Constructor Description NestedCloseableDirectory(IFile archive, NestedZipDirectory delegate)
-
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
-
NestedCloseableDirectory
public NestedCloseableDirectory(IFile archive, NestedZipDirectory delegate) throws java.io.IOException
- Throws:
java.io.IOException
-
-