Package org.robovm.apple.corefoundation
Class CFURLEnumeratorOptions
java.lang.Object
org.robovm.rt.bro.Bits<CFURLEnumeratorOptions>
org.robovm.apple.corefoundation.CFURLEnumeratorOptions
- All Implemented Interfaces:
Comparable<CFURLEnumeratorOptions>,Iterable<CFURLEnumeratorOptions>
public final class CFURLEnumeratorOptions extends Bits<CFURLEnumeratorOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static CFURLEnumeratorOptionsDefaultBehaviorstatic CFURLEnumeratorOptionsDescendRecursivelystatic CFURLEnumeratorOptionsGenerateFileReferenceURLsstatic CFURLEnumeratorOptionsGenerateRelativePathURLsstatic CFURLEnumeratorOptionsIncludeDirectoriesPostOrderstatic CFURLEnumeratorOptionsIncludeDirectoriesPreOrderstatic CFURLEnumeratorOptionsNonestatic CFURLEnumeratorOptionsSkipInvisiblesstatic CFURLEnumeratorOptionsSkipPackageContents -
Constructor Summary
Constructors Constructor Description CFURLEnumeratorOptions(long value) -
Method Summary
Modifier and Type Method Description protected CFURLEnumeratorOptions[]_values()static CFURLEnumeratorOptions[]values()protected CFURLEnumeratorOptionswrap(long value, long mask)
-
Field Details
-
None
-
DefaultBehavior
-
DescendRecursively
-
SkipInvisibles
-
GenerateFileReferenceURLs
-
SkipPackageContents
-
IncludeDirectoriesPreOrder
-
IncludeDirectoriesPostOrder
-
GenerateRelativePathURLs
- Since:
- Available in iOS 13.0 and later.
-
-
Constructor Details
-
CFURLEnumeratorOptions
public CFURLEnumeratorOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<CFURLEnumeratorOptions>
-
_values
- Specified by:
_valuesin classBits<CFURLEnumeratorOptions>
-
values
-