Package apple.foundation.enums
Class NSSearchPathDomainMask
- java.lang.Object
-
- apple.foundation.enums.NSSearchPathDomainMask
-
public final class NSSearchPathDomainMask extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllDomainsMaskall domains: all of the above and future itemsstatic longLocalDomainMasklocal to the current machine --- place to install items available to everyone on this machine (/Library)static longNetworkDomainMaskpublically available location in the local area network --- place to install items available on the network (/Network)static longSystemDomainMaskprovided by Apple, unmodifiable (/System)static longUserDomainMaskuser's home directory --- place to install user's personal items (~)
-
-
-
Field Detail
-
UserDomainMask
public static final long UserDomainMask
user's home directory --- place to install user's personal items (~)- See Also:
- Constant Field Values
-
LocalDomainMask
public static final long LocalDomainMask
local to the current machine --- place to install items available to everyone on this machine (/Library)- See Also:
- Constant Field Values
-
NetworkDomainMask
public static final long NetworkDomainMask
publically available location in the local area network --- place to install items available on the network (/Network)- See Also:
- Constant Field Values
-
SystemDomainMask
public static final long SystemDomainMask
provided by Apple, unmodifiable (/System)- See Also:
- Constant Field Values
-
AllDomainsMask
public static final long AllDomainsMask
all domains: all of the above and future items- See Also:
- Constant Field Values
-
-