|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fernsroth.squashfs.model.BaseFile
com.fernsroth.squashfs.model.Directory
public class Directory
Constructor Summary | |
---|---|
Directory(java.lang.String name,
int mode,
long mTime,
long guid,
long uid)
constructor. |
Method Summary | |
---|---|
void |
addSubentry(BaseFile subentry)
adds a subentry. |
java.util.List<BaseFile> |
getSubentries()
|
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 Directory(java.lang.String name, int mode, long mTime, long guid, long uid)
name
- the name of the file.mode
- the mode.mTime
- the modify time.guid
- the group id.uid
- the user id.Method Detail |
---|
public void addSubentry(BaseFile subentry)
subentry
- the subentry to add.public java.util.List<BaseFile> getSubentries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |