Package apple.corefoundation.enums
Class CFURLEnumeratorResult
- java.lang.Object
-
- apple.corefoundation.enums.CFURLEnumeratorResult
-
public final class CFURLEnumeratorResult extends java.lang.ObjectCFURLEnumeratorResult - Results for CFURLEnumeratorGetNextURL
-
-
Field Summary
Fields Modifier and Type Field Description static longDirectoryPostOrderSuccessThe enumeration was successful.static longEndThe enumeration is complete.static longErrorAn error occured during enumeration.static longSuccessThe enumeration was successful.
-
-
-
Field Detail
-
Success
public static final long Success
The enumeration was successful. The url output parameter is valid.- See Also:
- Constant Field Values
-
End
public static final long End
The enumeration is complete.- See Also:
- Constant Field Values
-
Error
public static final long Error
An error occured during enumeration. The retained error output parameter describes the error.- See Also:
- Constant Field Values
-
DirectoryPostOrderSuccess
public static final long DirectoryPostOrderSuccess
The enumeration was successful. The url output parameter is for a directory after all of directory's descendants have been visited (post-order). This result will only be returned for directories when both the kCFURLEnumeratorDescendRecursively and kCFURLEnumeratorIncludeDirectoriesPostOrder options are passed to CFURLEnumeratorCreateForDirectoryURL.- See Also:
- Constant Field Values
-
-