throw new IllegalArgumentException(MessageFormat.format(
"Config file {0} does not exist", configPath));
}
logger.info("Reading configuration ...");
Config config = readConfig(configPath);
logger.info("Validating configuration ...");
validateConfig(config);
FolderWatcher watcher = new FolderWatcher(config);