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()
Integer.toOctalString
.java.lang.String getOwnerInfo()
boolean isLink()
true or false
.java.lang.String getLinkTarget()
isLink
returns true
, this method returns the target file of the link.null
otherwise.isLink()