Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.61 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.61 KB

ch.vorburger.fswatch

Java lib for monitoring directories or individual files based on the java.nio.file.WatchService.

Maven Central Javadocs Build Status

Usage

Get it from Maven Central and see the ExampleMain class for how to use this library.

History

This code was originally (in 2015) written for https://github.com/vorburger/HoTea, and factored out of it in 2018 for re-use in project https://github.com/vorburger/ch.vorburger.osgi.gradle.

Related projects