rossi.fstools.fs.reiserfs
Class ReiserSymLink

java.lang.Object
  extended byrossi.fstools.fs.reiserfs.ReiserSymLink
All Implemented Interfaces:
FsObject, SymLink

public class ReiserSymLink
extends java.lang.Object
implements SymLink

Representation of a symlink. SymLink data is stored as if it were a File in ReiserFS.


Constructor Summary
ReiserSymLink(ReiserFile f)
          Create the SymLink given a File.
 
Method Summary
 java.lang.String getLink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReiserSymLink

public ReiserSymLink(ReiserFile f)
              throws java.io.IOException,
                     FsException
Create the SymLink given a File.

Parameters:
f - a ReiserFile
Throws:
java.io.IOException
FsException
Method Detail

getLink

public java.lang.String getLink()
Specified by:
getLink in interface SymLink