Popularity
2.0
Declining
Activity
5.3
-
27
3
6

Programming language: Java
License: Apache License 2.0
Tags: Utility    
Latest version: v1.1.0

fswatch alternatives and similar libraries

Based on the "Utility" category.
Alternatively, view fswatch alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fswatch or a related project?

Add another 'Utility' Library

README

ch.vorburger.fswatch

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

Maven Central Javadocs Build Status Dependabot Status

Usage

Get it from Maven Central and see [the ExampleMain class](src/test/java/ch/vorburger/fswatch/test/ExampleMain.java) 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