|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fernsroth.squashfs.model.BaseFile com.fernsroth.squashfs.model.SymLink
public class SymLink
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 |
---|
public SymLink(java.lang.String name, int mode, long mTime, long guid, long uid, java.lang.String linkName)
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 |
---|
public java.lang.String getLinkName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |