Package apple.enums
Class acl_type_t
- java.lang.Object
-
- apple.enums.acl_type_t
-
public final class acl_type_t extends java.lang.Object23.2.6 Individual ACL types
-
-
Field Summary
Fields Modifier and Type Field Description static intACL_TYPE_ACCESSPosix 1003.1e types - not supportedstatic intACL_TYPE_AFSThe following types are defined on FreeBSD/Linux - not supportedstatic intACL_TYPE_CODAThe following types are defined on FreeBSD/Linux - not supportedstatic intACL_TYPE_DEFAULTPosix 1003.1e types - not supportedstatic intACL_TYPE_EXTENDEDstatic intACL_TYPE_NTFSThe following types are defined on FreeBSD/Linux - not supportedstatic intACL_TYPE_NWFSThe following types are defined on FreeBSD/Linux - not supported
-
-
-
Field Detail
-
ACL_TYPE_EXTENDED
public static final int ACL_TYPE_EXTENDED
- See Also:
- Constant Field Values
-
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
-
-