We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem watch should be recursive by default.
watch
Solution Would be also possible to register recursively by using an internal class com.sun.nio.file.ExtendedWatchEventModifier.FILE_TREE.
com.sun.nio.file.ExtendedWatchEventModifier.FILE_TREE
The text was updated successfully, but these errors were encountered:
com.sun.nio.file.ExtendedWatchEventModifier.FILE_TREE modifier is not supported on MacOS
Sorry, something went wrong.
https://gist.github.com/fabriziofortino/83eb36c7b48e9b900c1da1d8508245cd
pros:
https://github.com/gmethvin/directory-watcher
WatchService
cons:
No branches or pull requests
Problem
watch
should be recursive by default.Solution
Would be also possible to register recursively by using an internal
class
com.sun.nio.file.ExtendedWatchEventModifier.FILE_TREE
.The text was updated successfully, but these errors were encountered: