java.lang.Object
com.ibm.jzos.FileAttribute.Stat
- Enclosing class:
- FileAttribute
Contains USS file attribute values.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns auditor audit flags.Returns the change time.long
Returns change time in seconds since the Epoch.byte
Returns the file format.Returns the security label.getTag()
Returns the file tag.int
Returns user audit flags.boolean
Returns whether the APF authorized extended attribute is on.boolean
Returns whether the no shareas extended attribute is on.boolean
Returns whether the program controlled extended attribute is on.boolean
Returns 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.