cmr-exchange / dev-env-manager

An Alternate Development Environment Manager for the CMR
Apache License 2.0
0 stars 1 forks source link

Create Clojure Hawk-based fs watcher implementation #34

Closed oubiwann closed 6 years ago

oubiwann commented 6 years ago

cmr.dev.env.manager.watcher.impl.hawk

This might be all we really need ... seems like it supports Linux well via Java WatchService API and on Mac OS X, the BarbaryWatchService.

See: https://github.com/wkf/hawk

oubiwann commented 6 years ago

Done in 5ea8ae2 & 0d55566.