Module ibm.jzos
Package com.ibm.jzos

Class FileAttribute.Stat

java.lang.Object
com.ibm.jzos.FileAttribute.Stat
Enclosing class:
FileAttribute

public static final class FileAttribute.Stat extends Object
Contains USS file attribute values.
  • Method Details

    • 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 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 String getSecurityLabel()
      Returns the security label.
      Returns:
      the security label.