public final class NSDirectoryEnumerationOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
IncludesDirectoriesPostOrder
NSDirectoryEnumerationIncludesDirectoriesPostOrder causes the NSDirectoryEnumerator to enumerate each directory a second time after all of its contained files have been enumerated.
|
static long |
ProducesRelativePathURLs
NSDirectoryEnumerationProducesRelativePathURLs causes the NSDirectoryEnumerator to always produce file path URLs relative to the directoryURL.
|
static long |
SkipsHiddenFiles
NSDirectoryEnumerationSkipsHiddenFiles causes the NSDirectoryEnumerator to not enumerate hidden files.
|
static long |
SkipsPackageDescendants
NSDirectoryEnumerationSkipsPackageDescendants will cause the NSDirectoryEnumerator to not descend into packages.
|
static long |
SkipsSubdirectoryDescendants
NSDirectoryEnumerationSkipsSubdirectoryDescendants causes the NSDirectoryEnumerator to perform a shallow enumeration and not descend into directories it encounters.
|
public static final long SkipsSubdirectoryDescendants
public static final long SkipsPackageDescendants
public static final long SkipsHiddenFiles
public static final long IncludesDirectoriesPostOrder
public static final long ProducesRelativePathURLs