Class NSSearchPathDomainMask


  • public final class NSSearchPathDomainMask
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AllDomainsMask
      all domains: all of the above and future items
      static long LocalDomainMask
      local to the current machine --- place to install items available to everyone on this machine (/Library)
      static long NetworkDomainMask
      publically available location in the local area network --- place to install items available on the network (/Network)
      static long SystemDomainMask
      provided by Apple, unmodifiable (/System)
      static long UserDomainMask
      user's home directory --- place to install user's personal items (~)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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