|
removeEmptyDirs
|
fun removeEmptyDirs(): Unit |
|
validate
|
open fun validate(): Unit |
|
visitAll
|
fun visitAll(tree: FileTree, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |
|
visitDirs
|
fun visitDirs(tree: FileTree, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |
|
visitFiles
|
fun visitFiles(tree: FileTree, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |
|
visitTree
|
fun visitTree(tree: FileTree, condition: (FileVisitDetails) -> Boolean, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |