saiple opened a new pull request, #350:
URL: https://github.com/apache/commons-io/pull/350

   Hello everyone.
   I want to suggest to add some features to creating file system watchers very 
easy.
   
   You only need to write one line a code:
   FileWatcher.createWatcher(path, watchEvent -> 
System.out.println(watchEvent.kind().name() + " " + watchEvent.context()));
   Put here path, which should be watched, watch properties (optional), and 
supplier, if this event would triggered.
   
   Be free to review and comment. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to