com.fernsroth.squashfs.model
Class SymLink

java.lang.Object
  extended by com.fernsroth.squashfs.model.BaseFile
      extended by com.fernsroth.squashfs.model.SymLink

public class SymLink
extends BaseFile

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
SymLink(java.lang.String name, int mode, long mTime, long guid, long uid, java.lang.String linkName)
          constructor.
 
Method Summary
 java.lang.String getLinkName()
           
 
Methods inherited from class com.fernsroth.squashfs.model.BaseFile
getGuid, getMode, getMTime, getName, getUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymLink

public SymLink(java.lang.String name,
               int mode,
               long mTime,
               long guid,
               long uid,
               java.lang.String linkName)
constructor.

Parameters:
name - the name of the file.
mode - the mode.
mTime - the modify time.
guid - the group id.
uid - the user id.
linkName - the linked file.
Method Detail

getLinkName

public java.lang.String getLinkName()
Returns:
the linkName


Copyright © 2006 null. All Rights Reserved.