|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSURL._class_
public abstract static class NSURL._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSURL._class_()
|
Method Summary | |
---|---|
abstract NSURL |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
NSURLLoading._static_ |
asStatic_NSURL_NSURLLoading()
|
NSURLPathUtilities._static_ |
asStatic_NSURL_NSURLPathUtilities()
|
abstract NSData |
bookmarkDataWithContentsOfURL_error(NSURL bookmarkFileURL,
PointerByReference error)
Given the url of a file which is a Finder "alias" file, return a NSData with the bookmark data from the file. |
abstract NSURL |
fileURLWithPath_isDirectory(NSString path,
boolean isDir)
Original signature : +(id)fileURLWithPath:(NSString*) isDirectory:(BOOL) native declaration : NSURL.h:52 |
abstract NSURL |
fileURLWithPath(NSString path)
Better to use fileURLWithPath:isDirectory: if you know if the path is a file vs directory, as it saves an i/o. |
abstract NSURL |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
abstract NSDictionary |
resourceValuesForKeys_fromBookmarkData(NSArray keys,
NSData bookmarkData)
Property access. |
abstract NSObject |
URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error(NSData bookmarkData,
NSUInteger options,
NSURL relativeURL,
boolean isStale,
PointerByReference error)
Original signature : +(id)URLByResolvingBookmarkData:(NSData*) options:(NSURLBookmarkResolutionOptions) relativeToURL:(NSURL*) bookmarkDataIsStale:(BOOL*) error:(NSError**) native declaration : NSURL.h:133 |
abstract NSObject |
URLWithString_relativeToURL(NSString URLString,
NSURL baseURL)
Original signature : +(id)URLWithString:(NSString*) relativeToURL:(NSURL*) native declaration : NSURL.h:59 |
abstract NSObject |
URLWithString(NSString URLString)
Original signature : +(id)URLWithString:(NSString*) native declaration : NSURL.h:58 |
abstract boolean |
writeBookmarkData_toURL_options_error(NSData bookmarkData,
NSURL bookmarkFileURL,
NSUInteger options,
PointerByReference error)
Create a bookmark file on disk at bookmarkFileURL which can be resolved back to the file system item represented by bookmarkData, using the given options. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSURL._class_()
Method Detail |
---|
public NSURLPathUtilities._static_ asStatic_NSURL_NSURLPathUtilities()
public NSURLLoading._static_ asStatic_NSURL_NSURLLoading()
public abstract NSURL fileURLWithPath_isDirectory(NSString path, boolean isDir)
+(id)fileURLWithPath:(NSString*) isDirectory:(BOOL)
public abstract NSURL fileURLWithPath(NSString path)
+(id)fileURLWithPath:(NSString*)
public abstract NSObject URLWithString(NSString URLString)
+(id)URLWithString:(NSString*)
public abstract NSObject URLWithString_relativeToURL(NSString URLString, NSURL baseURL)
+(id)URLWithString:(NSString*) relativeToURL:(NSURL*)
public abstract NSObject URLByResolvingBookmarkData_options_relativeToURL_bookmarkDataIsStale_error(NSData bookmarkData, NSUInteger options, NSURL relativeURL, boolean isStale, PointerByReference error)
+(id)URLByResolvingBookmarkData:(NSData*) options:(NSURLBookmarkResolutionOptions) relativeToURL:(NSURL*) bookmarkDataIsStale:(BOOL*) error:(NSError**)
public abstract NSDictionary resourceValuesForKeys_fromBookmarkData(NSArray keys, NSData bookmarkData)
+(NSDictionary*)resourceValuesForKeys:(NSArray*) fromBookmarkData:(NSData*)
public abstract boolean writeBookmarkData_toURL_options_error(NSData bookmarkData, NSURL bookmarkFileURL, NSUInteger options, PointerByReference error)
+(BOOL)writeBookmarkData:(NSData*) toURL:(NSURL*) options:(NSURLBookmarkFileCreationOptions) error:(NSError**)
public abstract NSData bookmarkDataWithContentsOfURL_error(NSURL bookmarkFileURL, PointerByReference error)
+(NSData*)bookmarkDataWithContentsOfURL:(NSURL*) error:(NSError**)
public abstract NSURL alloc()
NSObject._class_
+(id)alloc
alloc
in class NSObject._class_
public abstract NSURL new_()
NSObject._class_
+(id)new
new_
in class NSObject._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |