class ActionRule : AbstractRule
ActionRule(config: Config, validator: Action<in ActionRule>, executor: Action<in ActionRule>) |
val config: Config |
|
val logger: Logger! |
|
val project: Project |
fun execute(): Unit |
|
fun fail(message: String): Unit |
|
fun toString(): String |
|
fun validate(): Unit |
fun removeEmptyDirs(): Unit |
|
fun visitAll(tree: FileTree, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |
|
fun visitDirs(tree: FileTree, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |
|
fun visitFiles(tree: FileTree, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |
|
fun visitTree(tree: FileTree, condition: (FileVisitDetails) -> Boolean, callback: (FileHandler, FileVisitDetails) -> Unit): Unit |