fswatch alternatives and similar libraries
Based on the "Utility" category.
Alternatively, view fswatch alternatives based on common mentions on social networks and blogs.
-
Guava
Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. -
Embulk
Bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services. -
Stfalcon Fixturer
Utility for developers and QAs what helps minimize time wasting on writing the same data for testing over and over again -
Apache Commons
Provides different general purpose functions like configuration, validation, collections, file upload or XML processing.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of fswatch or a related project?
README
ch.vorburger.fswatch
Java lib for monitoring directories or individual files based on the java.nio.file.WatchService
.
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
- https://github.com/google/guava/issues/2030
- commons-io with its File Monitor: Polling, not using Java 7+ NIO WatchService.
- https://github.com/Hindol/commons
- https://github.com/SenorArchitect/fswatcher: NOK due to https://github.com/SenorArchitect/fswatcher/issues/2 :-(
- https://github.com/azemm/FsWatcher
- https://github.com/encima/FSWatcher7
- https://www.teamdev.com/jxfilewatcher: Commercial, are they serious?!