Package apple.enums

Class acl_type_t


  • public final class acl_type_t
    extends java.lang.Object
    23.2.6 Individual ACL types
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACL_TYPE_ACCESS
      Posix 1003.1e types - not supported
      static int ACL_TYPE_AFS
      The following types are defined on FreeBSD/Linux - not supported
      static int ACL_TYPE_CODA
      The following types are defined on FreeBSD/Linux - not supported
      static int ACL_TYPE_DEFAULT
      Posix 1003.1e types - not supported
      static int ACL_TYPE_EXTENDED  
      static int ACL_TYPE_NTFS
      The following types are defined on FreeBSD/Linux - not supported
      static int ACL_TYPE_NWFS
      The following types are defined on FreeBSD/Linux - not supported
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ACL_TYPE_ACCESS

        public static final int ACL_TYPE_ACCESS
        Posix 1003.1e types - not supported
        See Also:
        Constant Field Values
      • ACL_TYPE_DEFAULT

        public static final int ACL_TYPE_DEFAULT
        Posix 1003.1e types - not supported
        See Also:
        Constant Field Values
      • ACL_TYPE_AFS

        public static final int ACL_TYPE_AFS
        The following types are defined on FreeBSD/Linux - not supported
        See Also:
        Constant Field Values
      • ACL_TYPE_CODA

        public static final int ACL_TYPE_CODA
        The following types are defined on FreeBSD/Linux - not supported
        See Also:
        Constant Field Values
      • ACL_TYPE_NTFS

        public static final int ACL_TYPE_NTFS
        The following types are defined on FreeBSD/Linux - not supported
        See Also:
        Constant Field Values
      • ACL_TYPE_NWFS

        public static final int ACL_TYPE_NWFS
        The following types are defined on FreeBSD/Linux - not supported
        See Also:
        Constant Field Values