fswatch alternatives and similar libraries
Based on the "Utility" category.
Alternatively, view fswatch alternatives based on common mentions on social networks and blogs.
-
JavaVerbalExpressions
Java regular expressions made easy. -
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations. -
cactoos
Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons -
Stfalcon Fixturer
Utility for developers and QAs what helps minimize time wasting on writing the same data for testing over and over again. Made by Stfalcon -
HaikunatorJAVA
Generate Heroku-like random names to use in your Java applications -
Apache Commons
Provides different general purpose functions like configuration, validation, collections, file upload or XML processing.
Write Clean Java Code. Always.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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?!