Package org.robovm.apple.corefoundation
Class CFURLEnumerator
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFURLEnumerator
- All Implemented Interfaces:
AutoCloseable
public class CFURLEnumerator extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFURLEnumerator.CFURLEnumeratorPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFURLEnumerator() -
Method Summary
Modifier and Type Method Description static CFURLEnumeratorcreateForDirectoryURL(CFAllocator alloc, CFURL directoryURL, CFURLEnumeratorOptions option, CFArray propertyKeys)static CFURLEnumeratorcreateForMountedVolumes(CFAllocator alloc, CFURLEnumeratorOptions option, CFArray propertyKeys)static longgetClassTypeID()longgetDescendentLevel()CFURLEnumeratorResultgetNextURL(CFURL.CFURLPtr url)voidskipDescendents()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
-
CFURLEnumerator
protected CFURLEnumerator()
-
-
Method Details
-
getClassTypeID
public static long getClassTypeID() -
createForDirectoryURL
public static CFURLEnumerator createForDirectoryURL(CFAllocator alloc, CFURL directoryURL, CFURLEnumeratorOptions option, CFArray propertyKeys) -
createForMountedVolumes
public static CFURLEnumerator createForMountedVolumes(CFAllocator alloc, CFURLEnumeratorOptions option, CFArray propertyKeys) -
getNextURL
- Throws:
NSErrorException
-
skipDescendents
public void skipDescendents() -
getDescendentLevel
public long getDescendentLevel()
-