-
public class FileWatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final ConfigurableFileCollectiondirsprivate final Property<Long>intervalprivate final ListProperty<String>ignoresprivate final CommonExtensioncommon
-
Constructor Summary
Constructors Constructor Description FileWatcher(CommonExtension common)
-
Method Summary
Modifier and Type Method Description final UnitonChange(Function1<Event, Unit> action)final Unitstart()final ConfigurableFileCollectiongetDirs()final Property<Long>getInterval()final ListProperty<String>getIgnores()final CommonExtensiongetCommon()-
-
Constructor Detail
-
FileWatcher
FileWatcher(CommonExtension common)
-
-
Method Detail
-
getDirs
final ConfigurableFileCollection getDirs()
-
getInterval
final Property<Long> getInterval()
-
getIgnores
final ListProperty<String> getIgnores()
-
getCommon
final CommonExtension getCommon()
-
-
-
-