Package org.robovm.apple.corefoundation
Class CFFileSecurity
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFFileSecurity
- All Implemented Interfaces:
AutoCloseable
public class CFFileSecurity extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFFileSecurity.CFFileSecurityPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFFileSecurity() -
Method Summary
Modifier and Type Method Description booleanclearProperties(CFFileSecurityClearOptions clearPropertyMask)static CFFileSecuritycreate()static CFFileSecuritycreate(CFAllocator allocator)static CFFileSecuritycreateCopy(CFAllocator allocator, CFFileSecurity fileSec)static CFFileSecuritycreateCopy(CFFileSecurity fileSec)static longgetClassTypeID()intgetGroup()CFUUIDgetGroupUUID()shortgetMode()intgetOwner()CFUUIDgetOwnerUUID()booleansetGroup(int group)booleansetGroupUUID(CFUUID groupUUID)booleansetMode(short mode)booleansetOwner(int owner)booleansetOwnerUUID(CFUUID ownerUUID)Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFFileSecurity
protected CFFileSecurity()
-
-
Method Details
-
create
- Since:
- Available in iOS 5.0 and later.
-
createCopy
- Since:
- Available in iOS 5.0 and later.
-
getOwnerUUID
- Since:
- Available in iOS 5.0 and later.
-
getGroupUUID
- Since:
- Available in iOS 5.0 and later.
-
getOwner
public int getOwner()- Since:
- Available in iOS 5.0 and later.
-
getGroup
public int getGroup()- Since:
- Available in iOS 5.0 and later.
-
getMode
public short getMode()- Since:
- Available in iOS 5.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
create
-
createCopy
-
setOwnerUUID
-
setGroupUUID
-
setOwner
public boolean setOwner(int owner) -
setGroup
public boolean setGroup(int group) -
setMode
public boolean setMode(short mode) -
clearProperties
-