241242243244245246247248
} else { dirToWatch = this.configuration.getJsonDirOrFile(); } // start the watcher this.watcher = new WatchDir(dirToWatch, this); this.watcher.start(); }