Uses of Interface
br.pucrio.tecgraf.soma.job.log.watcher.interfaces.IFileWatcher
-
Packages that use IFileWatcher Package Description br.pucrio.tecgraf.soma.job.log.watcher.impl -
-
Uses of IFileWatcher in br.pucrio.tecgraf.soma.job.log.watcher.impl
Classes in br.pucrio.tecgraf.soma.job.log.watcher.impl that implement IFileWatcher Modifier and Type Class Description classDefaultFileWatcherclassJobLogFileWatcherThe Job Logs file watcher that watches for changes in files.classPollingFileWatcherConstructors in br.pucrio.tecgraf.soma.job.log.watcher.impl with parameters of type IFileWatcher Constructor Description JobLogFileWatcher(IFileWatcher watcher)Constructor with a file watcher.
-