*/
public void init(Instrumentation instrumentation) {
this.instrumentation = instrumentation;
if (watcher == null) {
try {
watcher = new WatcherFactory().getWatcher();
} catch (IOException e) {
LOGGER.debug("Unable to create default watcher.", e);
}
}
watcher.run();