NSURL$Methods extension

on

Properties

absoluteString NSString?

Available on NSURL, provided by the NSURL$Methods extension

absoluteString
no setter
absoluteURL NSURL?

Available on NSURL, provided by the NSURL$Methods extension

absoluteURL
no setter
baseURL NSURL?

Available on NSURL, provided by the NSURL$Methods extension

baseURL
no setter
dataRepresentation NSData

Available on NSURL, provided by the NSURL$Methods extension

dataRepresentation
no setter
filePathURL NSURL?

Available on NSURL, provided by the NSURL$Methods extension

filePathURL
no setter
fileSystemRepresentation Pointer<Char>

Available on NSURL, provided by the NSURL$Methods extension

fileSystemRepresentation
no setter
fragment NSString?

Available on NSURL, provided by the NSURL$Methods extension

fragment
no setter
hasDirectoryPath bool

Available on NSURL, provided by the NSURL$Methods extension

hasDirectoryPath
no setter
host NSString?

Available on NSURL, provided by the NSURL$Methods extension

host
no setter
isFileURL bool

Available on NSURL, provided by the NSURL$Methods extension

isFileURL
no setter
parameterString NSString?

Available on NSURL, provided by the NSURL$Methods extension

iOS: introduced 2.0.0, deprecated 13.0.0 macOS: introduced 10.2.0, deprecated 10.15.0
no setter
password NSString?

Available on NSURL, provided by the NSURL$Methods extension

password
no setter
path NSString?

Available on NSURL, provided by the NSURL$Methods extension

path
no setter
port NSNumber?

Available on NSURL, provided by the NSURL$Methods extension

port
no setter
query NSString?

Available on NSURL, provided by the NSURL$Methods extension

query
no setter
relativePath NSString?

Available on NSURL, provided by the NSURL$Methods extension

relativePath
no setter
relativeString NSString

Available on NSURL, provided by the NSURL$Methods extension

relativeString
no setter
resourceSpecifier NSString?

Available on NSURL, provided by the NSURL$Methods extension

resourceSpecifier
no setter
scheme NSString?

Available on NSURL, provided by the NSURL$Methods extension

scheme
no setter
standardizedURL NSURL?

Available on NSURL, provided by the NSURL$Methods extension

standardizedURL
no setter
user NSString?

Available on NSURL, provided by the NSURL$Methods extension

user
no setter

Methods

bookmarkDataWithOptions(int options, {NSArray? includingResourceValuesForKeys, NSURL? relativeToURL}) NSData?

Available on NSURL, provided by the NSURL$Methods extension

bookmarkDataWithOptions:includingResourceValuesForKeys:relativeToURL:error:
encodeWithCoder(NSCoder coder) → void

Available on NSURL, provided by the NSURL$Methods extension

encodeWithCoder:
fileReferenceURL() NSURL?

Available on NSURL, provided by the NSURL$Methods extension

fileReferenceURL
getFileSystemRepresentation(Pointer<Char> buffer, {required int maxLength}) bool

Available on NSURL, provided by the NSURL$Methods extension

getFileSystemRepresentation:maxLength:
getResourceValue(Pointer<Pointer<ObjCObjectImpl>> value, {required NSString forKey}) bool

Available on NSURL, provided by the NSURL$Methods extension

getResourceValue:forKey:error:
init() NSURL

Available on NSURL, provided by the NSURL$Methods extension

init
initAbsoluteURLWithDataRepresentation(NSData data, {NSURL? relativeToURL}) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initAbsoluteURLWithDataRepresentation:relativeToURL:
initByResolvingBookmarkData(NSData bookmarkData, {required int options, NSURL? relativeToURL, required Pointer<Bool> bookmarkDataIsStale}) NSURL?

Available on NSURL, provided by the NSURL$Methods extension

initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:
initFileURLWithFileSystemRepresentation(Pointer<Char> path, {required bool isDirectory, NSURL? relativeToURL}) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:
initFileURLWithPath(NSString path) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initFileURLWithPath:
initFileURLWithPath$1(NSString path, {required bool isDirectory}) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initFileURLWithPath:isDirectory:
initFileURLWithPath$2(NSString path, {required bool isDirectory, NSURL? relativeToURL}) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initFileURLWithPath:isDirectory:relativeToURL:
initFileURLWithPath$3(NSString path, {NSURL? relativeToURL}) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initFileURLWithPath:relativeToURL:
initWithCoder(NSCoder coder) NSURL?

Available on NSURL, provided by the NSURL$Methods extension

initWithCoder:
initWithDataRepresentation(NSData data, {NSURL? relativeToURL}) NSURL

Available on NSURL, provided by the NSURL$Methods extension

initWithDataRepresentation:relativeToURL:
initWithString(NSString URLString) NSURL?

Available on NSURL, provided by the NSURL$Methods extension

initWithString:
initWithString$1(NSString URLString, {required bool encodingInvalidCharacters}) NSURL?

Available on NSURL, provided by the NSURL$Methods extension

initWithString:encodingInvalidCharacters:
initWithString$2(NSString URLString, {NSURL? relativeToURL}) NSURL?

Available on NSURL, provided by the NSURL$Methods extension

initWithString:relativeToURL:
isFileReferenceURL() bool

Available on NSURL, provided by the NSURL$Methods extension

isFileReferenceURL
removeAllCachedResourceValues() → void

Available on NSURL, provided by the NSURL$Methods extension

removeAllCachedResourceValues
removeCachedResourceValueForKey(NSString key) → void

Available on NSURL, provided by the NSURL$Methods extension

removeCachedResourceValueForKey:
resourceValuesForKeys(NSArray keys) NSDictionary?

Available on NSURL, provided by the NSURL$Methods extension

resourceValuesForKeys:error:
setResourceValue(ObjCObject? value, {required NSString forKey}) bool

Available on NSURL, provided by the NSURL$Methods extension

setResourceValue:forKey:error:
setResourceValues(NSDictionary keyedValues) bool

Available on NSURL, provided by the NSURL$Methods extension

setResourceValues:error:
setTemporaryResourceValue(ObjCObject? value, {required NSString forKey}) → void

Available on NSURL, provided by the NSURL$Methods extension

setTemporaryResourceValue:forKey:
startAccessingSecurityScopedResource() bool

Available on NSURL, provided by the NSURL$Methods extension

startAccessingSecurityScopedResource
stopAccessingSecurityScopedResource() → void

Available on NSURL, provided by the NSURL$Methods extension

stopAccessingSecurityScopedResource