rossi.fstools.fs
Interface Directory

All Superinterfaces:
FsObject
All Known Implementing Classes:
Ext2Directory, FatDirectory, ReiserDirectory

public interface Directory
extends FsObject

A directory.


Method Summary
 java.util.Map getInodePtrMap()
          Returns a map of Strings to InodePtr objects.
 

Method Detail

getInodePtrMap

public java.util.Map getInodePtrMap()
Returns a map of Strings to InodePtr objects. The keys in the map are the names of the objects the InodePtrs represent

Returns:
Map of InodePtr objects