com.ibm.jzos
Class FileAttribute.Stat
- java.lang.Object
-
- com.ibm.jzos.FileAttribute.Stat
-
- Enclosing class:
- FileAttribute
public static final class FileAttribute.Stat extends java.lang.ObjectContains USS file attribute values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetAuditorAuditInfo()Returns auditor audit flags.java.nio.file.attribute.FileTimegetChangeTime()Returns the change time.longgetChangeTimeInSeconds()Returns change time in seconds since the Epoch.bytegetFormat()Returns the file format.java.lang.StringgetSecurityLabel()Returns the security label.FileAttribute.TaggetTag()Returns the file tag.intgetUserAuditInfo()Returns user audit flags.booleanisApfAuthorized()Returns whether the APF authorized extended attribute is on.booleanisNoShareas()Returns whether the no shareas extended attribute is on.booleanisProgControlled()Returns whether the program controlled extended attribute is on.booleanisSharedLibrary()Returns whether the shared library extended attribute is on.
-
-
-
Method Detail
-
isSharedLibrary
public boolean isSharedLibrary()
Returns whether the shared library extended attribute is on.- Returns:
- true if the shared library extended attribute is on, and false otherwise.
-
isNoShareas
public boolean isNoShareas()
Returns whether the no shareas extended attribute is on.- Returns:
- true if the no shareas extended attribute is on, and false otherwise.
-
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
public java.nio.file.attribute.FileTime getChangeTime()
Returns the change time.- Returns:
- the change time.
-
getFormat
public byte getFormat()
Returns the file format.- Returns:
- the file format.
-
getTag
public FileAttribute.Tag getTag()
Returns the file tag.- Returns:
- the file tag.
-
getSecurityLabel
public java.lang.String getSecurityLabel()
Returns the security label.- Returns:
- the security label.
-
-