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

Packages that use NestedCloseableDirectory
org.apache.aries.util.filesystem.impl   
 

Uses of NestedCloseableDirectory in org.apache.aries.util.filesystem.impl
 

Fields in org.apache.aries.util.filesystem.impl declared as NestedCloseableDirectory
protected  NestedCloseableDirectory NestedZipFile.cache
           
 

Constructors in org.apache.aries.util.filesystem.impl with parameters of type NestedCloseableDirectory
NestedZipDirectory(IFile archive, String pathInZip, NestedZipDirectory parent, NestedCloseableDirectory cache)
           
NestedZipDirectory(IFile archive, ZipEntry entry, NestedZipDirectory parent, NestedCloseableDirectory cache)
           
NestedZipDirectory(NestedZipDirectory other, NestedCloseableDirectory cache)
           
NestedZipFile(IFile archive, String pathInZip, NestedZipDirectory parent, NestedCloseableDirectory cache)
           
NestedZipFile(IFile archive, ZipEntry entry, NestedZipDirectory parent, NestedCloseableDirectory cache)
          Construct a nested zip file
NestedZipFile(NestedZipFile other, NestedCloseableDirectory cache)
           
 



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