Uses of Class
org.robovm.apple.foundation.NSFileAttributes
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSFileAttributes in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSFileAttributes Modifier and Type Method Description NSFileAttributesNSFileManager. getAttributesOfItemAtPath(String path)NSFileAttributesNSDirectoryEnumerator. getDirectoryAttributes()NSFileAttributesNSDirectoryEnumerator. getFileAttributes()NSFileAttributesNSFileWrapper. getFileAttributes()NSFileAttributesNSFileAttributes. set(NSFileAttribute key, NSObject value)NSFileAttributesNSFileAttributes. setAppendsOnly(boolean appendsOnly)NSFileAttributesNSFileAttributes. setBusy(boolean busy)NSFileAttributesNSFileAttributes. setCreationDate(NSDate creationDate)NSFileAttributesNSFileAttributes. setDeviceIdentifier(long deviceIdentifier)NSFileAttributesNSFileAttributes. setExtensionHidden(boolean extensionHidden)NSFileAttributesNSFileAttributes. setGroupOwnerAccountID(long groupOwnerAccountID)NSFileAttributesNSFileAttributes. setGroupOwnerAccountName(String groupOwnerAccountName)NSFileAttributesNSFileAttributes. setHFSCreatorCode(long hFSCreatorCode)NSFileAttributesNSFileAttributes. setHFSTypeCode(long hFSTypeCode)NSFileAttributesNSFileAttributes. setImmutable(boolean immutable)NSFileAttributesNSFileAttributes. setModificationDate(NSDate modificationDate)NSFileAttributesNSFileAttributes. setOwnerAccountID(long ownerAccountID)NSFileAttributesNSFileAttributes. setOwnerAccountName(String ownerAccountName)NSFileAttributesNSFileAttributes. setPosixPermissions(short posixPermissions)NSFileAttributesNSFileAttributes. setProtection(NSFileProtection protection)NSFileAttributesNSFileAttributes. setReferenceCount(long referenceCount)NSFileAttributesNSFileAttributes. setSize(long size)NSFileAttributesNSFileAttributes. setSystemFileNumber(long systemFileNumber)NSFileAttributesNSFileAttributes. setType(NSFileType type)static NSFileAttributesNSFileAttributes.Marshaler. toObject(Class<NSFileAttributes> cls, long handle, long flags)Methods in org.robovm.apple.foundation that return types with arguments of type NSFileAttributes Modifier and Type Method Description static List<NSFileAttributes>NSFileAttributes.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.foundation with parameters of type NSFileAttributes Modifier and Type Method Description booleanNSFileManager. createDirectoryAtPath(String path, boolean createIntermediates, NSFileAttributes attributes)booleanNSFileManager. createDirectoryAtURL(NSURL url, boolean createIntermediates, NSFileAttributes attributes)booleanNSFileManager. createFileAtPath(String path, NSData data, NSFileAttributes attr)booleanNSFileManager. setAttributesForItem(NSFileAttributes attributes, String path)voidNSFileWrapper. setFileAttributes(NSFileAttributes v)static longNSFileAttributes.Marshaler. toNative(NSFileAttributes o, long flags)Method parameters in org.robovm.apple.foundation with type arguments of type NSFileAttributes Modifier and Type Method Description static longNSFileAttributes.AsListMarshaler. toNative(List<NSFileAttributes> l, long flags)static NSFileAttributesNSFileAttributes.Marshaler. toObject(Class<NSFileAttributes> cls, long handle, long flags) -
Uses of NSFileAttributes in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSFileAttributes Modifier and Type Method Description NSFileAttributesUIDocument. getFileAttributesToWrite(NSURL url, UIDocumentSaveOperation saveOperation)Methods in org.robovm.apple.uikit with parameters of type NSFileAttributes Modifier and Type Method Description booleanUIDocument. writeContents(NSObject contents, NSFileAttributes additionalFileAttributes, NSURL url, UIDocumentSaveOperation saveOperation)