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

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

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

Constructors in org.apache.aries.util.filesystem.impl with parameters of type NestedZipDirectory
NestedCloseableDirectory(IFile archive, NestedZipDirectory delegate)
           
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
 



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