Class NSVolumeEnumerationOptions


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

      Fields 
      Modifier and Type Field Description
      static long ProduceFileReferenceURLs
      The mounted volume enumeration will produce file reference URLs rather than path-based URLs.
      static long SkipHiddenVolumes
      The mounted volume enumeration will skip hidden volumes.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SkipHiddenVolumes

        public static final long SkipHiddenVolumes
        The mounted volume enumeration will skip hidden volumes.
        See Also:
        Constant Field Values
      • ProduceFileReferenceURLs

        public static final long ProduceFileReferenceURLs
        The mounted volume enumeration will produce file reference URLs rather than path-based URLs.
        See Also:
        Constant Field Values