-
Methods in org.robovm.apple.corefoundation that return CFURL
| Modifier and Type |
Method |
Description |
static CFURL |
CFURL.create(CFAllocator allocator,
String URLString,
CFURL baseURL) |
|
static CFURL |
CFURL.createCopyByAppendingPathComponent(CFAllocator allocator,
CFURL url,
String pathComponent,
boolean isDirectory) |
|
static CFURL |
CFURL.createCopyByAppendingPathExtension(CFAllocator allocator,
CFURL url,
String extension) |
|
static CFURL |
CFURL.createCopyByDeletingLastPathComponent(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createCopyByDeletingPathExtension(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createFilePathURL(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createFileReferenceURL(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createFromFileSystemRepresentation(CFAllocator allocator,
BytePtr buffer,
long bufLen,
boolean isDirectory) |
|
static CFURL |
CFURL.createFromFileSystemRepresentationRelativeToBase(CFAllocator allocator,
BytePtr buffer,
long bufLen,
boolean isDirectory,
CFURL baseURL) |
|
static CFURL |
CFURL.createWithFileSystemPath(CFAllocator allocator,
String filePath,
CFURLPathStyle pathStyle,
boolean isDirectory) |
|
static CFURL |
CFURL.createWithFileSystemPathRelativeToBase(CFAllocator allocator,
String filePath,
CFURLPathStyle pathStyle,
boolean isDirectory,
CFURL baseURL) |
|
CFURL |
CFURL.getAbsoluteURL() |
|
CFURL |
CFBundle.getAuxiliaryExecutableURL(String executableName) |
|
CFURL |
CFURL.getBaseURL() |
|
CFURL |
CFBundle.getBuiltInPlugInsURL() |
|
CFURL |
CFBundle.getBundleURL() |
|
CFURL |
CFBundle.getExecutableURL() |
|
static CFURL |
CFURL.getHomeDirectoryURL() |
|
CFURL |
CFBundle.getPrivateFrameworksURL() |
|
CFURL |
CFBundle.getResourcesDirectoryURL() |
|
CFURL |
CFBundle.getResourceURL(String resourceName,
String resourceType,
String subDirName) |
|
CFURL |
CFBundle.getResourceURLForLocalization(String resourceName,
String resourceType,
String subDirName,
String localizationName) |
|
static CFURL |
CFBundle.getResourceURLInDirectory(CFURL bundleURL,
String resourceName,
String resourceType,
String subDirName) |
|
CFURL |
CFBundle.getSharedFrameworksURL() |
|
CFURL |
CFBundle.getSharedSupportURL() |
|
CFURL |
CFBundle.getSupportFilesDirectoryURL() |
|
Methods in org.robovm.apple.corefoundation with parameters of type CFURL
| Modifier and Type |
Method |
Description |
static CFData |
CFURL.asData(CFAllocator allocator,
CFURL url,
CFStringEncodings encoding,
boolean escapeWhitespace) |
|
static CFBundle |
CFBundle.create(CFAllocator allocator,
CFURL bundleURL) |
|
static CFPlugIn |
CFPlugIn.create(CFAllocator allocator,
CFURL plugInURL) |
|
static CFPlugIn |
CFPlugIn.create(CFURL plugInURL) |
|
static CFReadStream |
CFReadStream.create(CFAllocator alloc,
CFURL fileURL) |
|
static CFReadStream |
CFReadStream.create(CFURL fileURL) |
|
static CFURL |
CFURL.create(CFAllocator allocator,
String URLString,
CFURL baseURL) |
|
static CFWriteStream |
CFWriteStream.create(CFURL fileURL) |
|
static List<CFBundle> |
CFBundle.createBundlesFromDirectory(CFAllocator allocator,
CFURL directoryURL,
String bundleType) |
|
static CFURL |
CFURL.createCopyByAppendingPathComponent(CFAllocator allocator,
CFURL url,
String pathComponent,
boolean isDirectory) |
|
static CFURL |
CFURL.createCopyByAppendingPathExtension(CFAllocator allocator,
CFURL url,
String extension) |
|
static CFURL |
CFURL.createCopyByDeletingLastPathComponent(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createCopyByDeletingPathExtension(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createFilePathURL(CFAllocator allocator,
CFURL url) |
|
static CFURL |
CFURL.createFileReferenceURL(CFAllocator allocator,
CFURL url) |
|
static CFURLEnumerator |
CFURLEnumerator.createForDirectoryURL(CFAllocator alloc,
CFURL directoryURL,
CFURLEnumeratorOptions option,
CFArray propertyKeys) |
|
static CFURL |
CFURL.createFromFileSystemRepresentationRelativeToBase(CFAllocator allocator,
BytePtr buffer,
long bufLen,
boolean isDirectory,
CFURL baseURL) |
|
static CFURL |
CFURL.createWithFileSystemPathRelativeToBase(CFAllocator allocator,
String filePath,
CFURLPathStyle pathStyle,
boolean isDirectory,
CFURL baseURL) |
|
static CFArray |
CFBundle.getExecutableArchitecturesForURL(CFURL url) |
|
static CFDictionary |
CFBundle.getInfoDictionaryForURL(CFURL url) |
|
static CFDictionary |
CFBundle.getInfoDictionaryInDirectory(CFURL bundleURL) |
|
static CFArray |
CFBundle.getLocalizationsForURL(CFURL url) |
|
static boolean |
CFBundle.getPackageInfoInDirectory(CFURL url,
IntPtr packageType,
IntPtr packageCreator) |
|
static CFURL |
CFBundle.getResourceURLInDirectory(CFURL bundleURL,
String resourceName,
String resourceType,
String subDirName) |
|
static CFArray |
CFBundle.getResourceURLsOfTypeInDirectory(CFURL bundleURL,
String resourceType,
String subDirName) |
|