public static interface UnixFileSystem.FileInformation
Modifier and Type | Method and Description |
---|---|
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.
|
int getMode()
java.lang.String getOwnerInfo()
boolean isLink()
java.lang.String getLinkTarget()
isLink()