Package | Description |
---|---|
propel.core.utils |
Modifier and Type | Method and Description |
---|---|
static ScanSortMode |
ScanSortMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScanSortMode[] |
ScanSortMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
FileUtils.scanPath(java.lang.String path,
ScanInclusionMode inclusionMode,
ScanHiddenMode hiddenMode,
ScanDepthMode depthMode,
ScanSortMode sortMode,
ScanFailMode failMode)
Scans a directory path for files and folders, using the specified configuration.
|
static java.util.List<java.lang.String> |
FileUtils.scanPath(java.lang.String path,
ScanInclusionMode inclusionMode,
ScanHiddenMode hiddenMode,
ScanDepthMode depthMode,
ScanSortMode sortMode,
ScanFailMode failMode,
java.util.List<ScanErrorEntry> collectedScanErrors)
Scans a directory path for files and folders, using the specified configuration.
|