rossi.fstools.fs.reiserfs
Class ReiserDirectory

java.lang.Object
  extended byrossi.fstools.fs.reiserfs.ReiserDirectory
All Implemented Interfaces:
Directory, FsObject

public class ReiserDirectory
extends java.lang.Object
implements Directory

Representation of a directory.


Constructor Summary
ReiserDirectory()
          Create a new directory.
 
Method Summary
 void add(DirectoryItem dirItem)
          Add a directory item to this directory.
 java.util.Map getInodePtrMap()
          Returns a map of Strings to InodePtr objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReiserDirectory

public ReiserDirectory()
Create a new directory.

Method Detail

add

public void add(DirectoryItem dirItem)
Add a directory item to this directory. The item will be parsed into DirEntry objects, echo of which will be added to the map.


getInodePtrMap

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

Specified by:
getInodePtrMap in interface Directory
Returns:
Map of InodePtr objects