Skip to content

v0.5.0 first version

Latest
Compare
Choose a tag to compare
@DavyLandman DavyLandman released this 15 Apr 10:24
· 17 commits to main since this release
f4df32b

First version of java-watch. Included features:

  • Monitor changes at:
    • single entry level
    • directory level (only direct descendants)
    • all descendants level
  • Handle OVERFLOW events:
    • Yourself
    • We generate events for all current entries on disk
    • We keep track of changes in a map, and based on modification stamp generate a most likely events
  • extensive tests for Linux/Windows/OSX support