Package apple.foundation.enums
Class NSURLBookmarkCreationOptions
- java.lang.Object
-
- apple.foundation.enums.NSURLBookmarkCreationOptions
-
public final class NSURLBookmarkCreationOptions extends java.lang.ObjectWorking with Bookmarks and alias (bookmark) files
-
-
Field Summary
Fields Modifier and Type Field Description static longMinimalBookmarkcreates bookmark data with "less" information, which may be smaller but still be able to resolve in certain waysstatic longPreferFileIDResolutionThis option does nothing and has no effect on bookmark resolutionstatic longSuitableForBookmarkFileinclude the properties required by writeBookmarkData:toURL:options: in the bookmark data created
-
-
-
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
-
-