open class FileWatcher
<init> |
FileWatcher(common: CommonExtension) |
common |
val common: CommonExtension |
dirs |
val dirs: ConfigurableFileCollection! |
ignores |
val ignores: ListProperty<String!>! |
interval |
val interval: Property<Long!>! |
onChange |
fun onChange(action: (Event) -> Unit): Unit |
start |
fun start(): Unit |