watcher method

  1. @visibleForTesting
FileWatcher watcher(
  1. String path
)

Watches the path for changes

Implementation

@visibleForTesting
FileWatcher watcher(String path) {
  return FileWatcher(path);
}