Uses of Interface
org.apache.aries.util.filesystem.IDirectory

Packages that use IDirectory
org.apache.aries.util.filesystem   
org.apache.aries.util.manifest   
 

Uses of IDirectory in org.apache.aries.util.filesystem
 

Subinterfaces of IDirectory in org.apache.aries.util.filesystem
 interface ICloseableDirectory
          Implementation of IDirectory that is more efficient for batch operations as it does not due automatic resource management.
 

Methods in org.apache.aries.util.filesystem that return IDirectory
 IDirectory IFile.convert()
           
 IDirectory IFile.convertNested()
           
static IDirectory FileSystem.getFSRoot(File fs)
          This method gets the IDirectory that represents the root of a virtual file system.
 IDirectory IFile.getParent()
           
 IDirectory IFile.getRoot()
           
 

Uses of IDirectory in org.apache.aries.util.manifest
 

Methods in org.apache.aries.util.manifest with parameters of type IDirectory
static Manifest ManifestProcessor.obtainManifestFromAppDir(IDirectory appDir, String manifestName)
          Obtain a manifest from an IDirectory.
 



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