Uses of Class
org.robovm.apple.corefoundation.CFURLPathStyle
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFURLPathStyle in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFURLPathStyle Modifier and Type Method Description static CFURLPathStyleCFURLPathStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CFURLPathStyleCFURLPathStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CFURLPathStyle[]CFURLPathStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corefoundation with parameters of type CFURLPathStyle Modifier and Type Method Description static CFURLCFURL. createWithFileSystemPath(CFAllocator allocator, String filePath, CFURLPathStyle pathStyle, boolean isDirectory)static CFURLCFURL. createWithFileSystemPathRelativeToBase(CFAllocator allocator, String filePath, CFURLPathStyle pathStyle, boolean isDirectory, CFURL baseURL)StringCFURL. getFileSystemPath(CFURLPathStyle pathStyle)