public static final class FileAttribute.Stat
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getAuditorAuditInfo()
Returns auditor audit flags.
|
java.nio.file.attribute.FileTime |
getChangeTime()
Returns the change time.
|
long |
getChangeTimeInSeconds()
Returns change time in seconds since the Epoch.
|
byte |
getFormat()
Returns the file format.
|
java.lang.String |
getSecurityLabel()
Returns the security label.
|
FileAttribute.Tag |
getTag()
Returns the file tag.
|
int |
getUserAuditInfo()
Returns user audit flags.
|
boolean |
isApfAuthorized()
Returns whether the APF authorized extended attribute is on.
|
boolean |
isNoShareas()
Returns whether the no shareas extended attribute is on.
|
boolean |
isProgControlled()
Returns whether the program controlled extended attribute is on.
|
boolean |
isSharedLibrary()
Returns whether the shared library extended attribute is on.
|
public boolean isSharedLibrary()
public boolean isNoShareas()
public boolean isApfAuthorized()
public boolean isProgControlled()
public int getAuditorAuditInfo()
public int getUserAuditInfo()
public long getChangeTimeInSeconds()
public java.nio.file.attribute.FileTime getChangeTime()
public byte getFormat()
public FileAttribute.Tag getTag()
public java.lang.String getSecurityLabel()