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.Object
    Contains USS file attribute values.
    • 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.
� Copyright IBM Corporation 2005, 2022.