|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface UnixFileSystem.FileInformation
Holds Unix-specific information about a file.
Method Summary | |
---|---|
java.lang.String |
getLinkTarget()
If isLink returns true, this method returns the target file of the link. |
int |
getMode()
Get the Unix mode of a file. |
java.lang.String |
getOwnerInfo()
Get the owner of a file. |
boolean |
isLink()
Return whether the file is a link or not. |
Method Detail |
---|
int getMode()
java.lang.String getOwnerInfo()
boolean isLink()
java.lang.String getLinkTarget()
isLink()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |