java.lang.Object
com.ibm.jzos.FileAttribute.Stat
- Enclosing class:
FileAttribute
Contains USS file attribute values.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns auditor audit flags.Returns the change time.longReturns change time in seconds since the Epoch.byteReturns the file format.Returns the security label.getTag()Returns the file tag.intReturns user audit flags.booleanReturns whether the APF authorized extended attribute is on.booleanReturns whether the no shareas extended attribute is on.booleanReturns whether the program controlled extended attribute is on.booleanReturns whether the shared library extended attribute is on.
-
Method Details
-
isApfAuthorized
public boolean isApfAuthorized()Returns whether the APF authorized extended attribute is on.- Returns:
- true if the APF authorized extended attribute is on, and false otherwise.
-
isProgControlled
public boolean isProgControlled()Returns whether the program controlled extended attribute is on.- Returns:
- true if the program controlled extended attribute is on, and false otherwise.
-
getAuditorAuditInfo
public int getAuditorAuditInfo()Returns auditor audit flags.- Returns:
- auditor audit flags.
-
getUserAuditInfo
public int getUserAuditInfo()Returns user audit flags.- Returns:
- user audit flags.
-
getChangeTimeInSeconds
public long getChangeTimeInSeconds()Returns change time in seconds since the Epoch.- Returns:
- change time in seconds since the Epoch.
-
getChangeTime
Returns the change time.- Returns:
- the change time.
-
getFormat
public byte getFormat()Returns the file format.- Returns:
- the file format.
-
getTag
Returns the file tag.- Returns:
- the file tag.
-
getSecurityLabel
Returns the security label.- Returns:
- the security label.