Oolite 1.91.0.7644-241112-7f5034b
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t | JAPersistentFileReferenceResolveFlags |
Enumerations | |
enum | { kJAPersistentFileReferenceWithoutUI = 0x00000001UL , kJAPersistentFileReferenceWithoutMounting = 0x00000002UL , kJAPersistentFileReferenceReturnReferenceURL = 0x00000004UL } |
Functions | |
NSDictionary * | JAPersistentFileReferenceFromURL (NSURL *url) |
NSURL * | JAURLFromPersistentFileReference (NSDictionary *fileRef, JAPersistentFileReferenceResolveFlags flags, BOOL *isStale) |
NSDictionary * | JAPersistentFileReferenceFromPath (NSString *path) |
NSString * | JAPathFromPersistentFileReference (NSDictionary *fileRef, JAPersistentFileReferenceResolveFlags flags, BOOL *isStale) |
typedef uint32_t JAPersistentFileReferenceResolveFlags |
Definition at line 42 of file JAPersistentFileReference.h.
anonymous enum |
Enumerator | |
---|---|
kJAPersistentFileReferenceWithoutUI | |
kJAPersistentFileReferenceWithoutMounting | |
kJAPersistentFileReferenceReturnReferenceURL |
Definition at line 35 of file JAPersistentFileReference.h.
NSString * JAPathFromPersistentFileReference | ( | NSDictionary * | fileRef, |
JAPersistentFileReferenceResolveFlags | flags, | ||
BOOL * | isStale ) |
Definition at line 239 of file JAPersistentFileReference.m.
References JAURLFromPersistentFileReference(), kJAPersistentFileReferenceReturnReferenceURL, and nil.
NSDictionary * JAPersistentFileReferenceFromPath | ( | NSString * | path | ) |
Definition at line 233 of file JAPersistentFileReference.m.
References JAPersistentFileReferenceFromURL().
NSDictionary * JAPersistentFileReferenceFromURL | ( | NSURL * | url | ) |
Definition at line 71 of file JAPersistentFileReference.m.
References BookmarkDataSupported, and nil.
Referenced by JAPersistentFileReferenceFromPath().
NSURL * JAURLFromPersistentFileReference | ( | NSDictionary * | fileRef, |
JAPersistentFileReferenceResolveFlags | flags, | ||
BOOL * | isStale ) |
Definition at line 133 of file JAPersistentFileReference.m.
References AliasMountFlagsFromFlags(), BookmarkDataSupported, kJAPersistentFileReferenceReturnReferenceURL, and nil.
Referenced by JAPathFromPersistentFileReference().