class CloneFilesRule : AbstractRule
CloneFilesRule(config: Config) |
var defaultFilters: Boolean |
|
val filter: PatternSet |
|
var gitIgnores: Boolean |
val config: Config |
|
val logger: Logger! |
|
val project: Project |
fun execute(): Unit |
|
fun filter(options: Action<in PatternSet>): 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 |