Class NSURLBookmarkCreationOptions


  • public final class NSURLBookmarkCreationOptions
    extends java.lang.Object
    Working with Bookmarks and alias (bookmark) files
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long MinimalBookmark
      creates bookmark data with "less" information, which may be smaller but still be able to resolve in certain ways
      static long PreferFileIDResolution
      This option does nothing and has no effect on bookmark resolution
      static long SuitableForBookmarkFile
      include the properties required by writeBookmarkData:toURL:options: in the bookmark data created
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PreferFileIDResolution

        public static final long PreferFileIDResolution
        This option does nothing and has no effect on bookmark resolution
        See Also:
        Constant Field Values
      • MinimalBookmark

        public static final long MinimalBookmark
        creates bookmark data with "less" information, which may be smaller but still be able to resolve in certain ways
        See Also:
        Constant Field Values
      • SuitableForBookmarkFile

        public static final long SuitableForBookmarkFile
        include the properties required by writeBookmarkData:toURL:options: in the bookmark data created
        See Also:
        Constant Field Values